Git Rebase #Shorts

preview_player
Показать описание
Here's a scenario that I use often when developing features. It's useful when programming with other people, both on large and small projects. Get rid of merge commits. Long live rebase.

#git #rebase #programmer #coding #software #tools
Рекомендации по теме
Комментарии
Автор

That's brilliant my dude, <1min straight to the point, love it

ricecrusher
Автор

You're a good man TJ. With you at the helm, git would be easy to grasp.

HiAdrian
Автор

Love the drawings, those lines look free range, fair trade, dare I say all natural, unlike the clinically straight lines other tech YouTubers are known for.

WaylonWalker
Автор

The most simplest explanation I’ve seen so far, thanks for making it easy for people to understand

saman
Автор

git rebase scares me because I've got lost in a tangles web of who knows what when trying to deal with conflicts and reverting mistakes. And ever since then, I've just settled with merging with a merged patch at the end if needed.

I'd love to hear of a practical example of why that is not ideal other than because it's "ugly."

ryankhart
Автор

git rebase...the bane of my existence

We meet again...

uuu
Автор

First time I understand that rebase chances the base. Reee base!

lpanebr
Автор

git rebase is for people who think there would be no unforeseen consequences if they had a time machine and could go back in time and change things

rickelmonoggin
Автор

"unfortunately, you watch a bit too much youtube"

Friendly fire!

zaneearldufour
Автор

To set rebase to be default behavior.
git config --global pull.rebase true

snax
Автор

What a great idea for a short video :-)

julian-fricker
Автор

What if my feature branch is one week old and there are a lot of new commits on main? The rebase process is gonna be nasty

vikingthedude
Автор

Be very careful, I have seen a lot of branches messed up by this

asdqwe
join shbcf.ru