Git: Rebase
Uploaded on Oct 10, 2008 / 1496 views / 5399 impressions / 2 comments
Description
My understanding of git-rebase. Please excuse the occasional mic pop.
2 comments
fraserspeirs 1:03
Oct 10, 2008
Errata: Here, the head of master should be pointing at commit B, not commit a.
We regret the error.
stompy 2:05
it's here that new commit objects are created, B", C" and D", and the original commit objects are orphaned. This is one place that orphaned objects that can be seen with git-fsck and cleaned up with git-prune.