mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-10 03:35:43 +02:00
git-rebase: improve desc of second -i example
This commit is contained in:
parent
e8dd7e0b57
commit
4da1c1c3df
1 changed files with 1 additions and 1 deletions
|
@ -23,6 +23,6 @@
|
||||||
|
|
||||||
`git rebase --onto {{new_base}} {{old_base}}`
|
`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`
|
`git rebase -i HEAD~5`
|
||||||
|
|
Loading…
Add table
Reference in a new issue