Next git-rebase: why and how 15

rebase is a series of cherry-picks

Rebase feature onto topic
(git rebase topic)

Before

After



Next