Outline of a Simple Rebase
To understand rebase, examine a simple visual example of it.
We'll cover the following...
We'll cover the following...
Commits on master branch
Let’s say you have a set of changes on a master branch:
Reminder: Git Log Diagrams
git logprefers to show the history from most recent to oldest, which is the opposite of the diagrams in this section. Thegit manpages like to show time from left to right like this:A'--B'--C' topic / D---E---F---G master