Next
git-rebase: why and how
15
rebase
is a series of
cherry-pick
s
Rebase
feature
onto
topic
(
git rebase topic
)
Before
After
Next