I have two (private) feature branches that I\'m working on.
a -- b -- c <-- Master
\\ \\
\\ d -- e <-- Br
Note: if you were on Branch1, you will with Git 2.0 (Q2 2014) be able to type:
git checkout Branch2
git rebase -
See commit 4f40740 by Brian Gesiak modocache:
rebase: allow "-" short-hand for the previous branchTeach rebase the same shorthand as
checkoutandmergeto name the branch torebasethe current branch on; that is, that "-" means "the branch we were previously on".