Git Rebase: Change base branch
The following is a paraphrasing of the man page for git-rebase[1].
Suppose you have a feature branch feature/example-part1 forked from master and
start working on another branch feature/example-part2 based on
feature/example-part1, e.g.
o---o---o---o---o master
\
o---o---o---o---o feature/example-part1
\
o---o---o feature/example-part2
Now, suppose feature/