git-rebase: improve desc of second -i example

This commit is contained in:
Waldir Pimenta
2017-04-26 08:29:34 +01:00
parent e8dd7e0b57
commit 4da1c1c3df

View File

@@ -23,6 +23,6 @@
`git rebase --onto {{new_base}} {{old_base}}`
- Reapply the last 5 commits in-place, stopping to adjust them (reword, combine, reorder or remove):
- Reapply the last 5 commits in-place, stopping to allow them to be reordered, omitted, combined or modified:
`git rebase -i HEAD~5`