Git Rebase Visualized

A shot of code March 18, 2023
Video Thumbnail

A shot of code

View Channel

About

No channel description available.

Video Description

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! https://visualgit.net

You May Also Like