Git Rebase Visualized

preview_player
Показать описание
In this Git tutorial we look at how to perform a Git Rebase, when you might want to do so, and how the internal of Git look upon performing a Rebase. Compared to simply performing a merge a rebase will keep you history looking linear and make it appear as though the changes you made on a feature branch were actually made on the main branch and no merge took place at all.

Try it out for yourself with VisualGit!

Рекомендации по теме
Комментарии
Автор

Great job! You cleared up some confusion on git rebase.

successfulpodcast
Автор

what is the software you used to visualize git history

rahulyadu
Автор

Yes, please share this tool! Thanks :)

dRex
Автор

I have cls alias for clear on my linux systems.

linearz