diff --git a/pages/common/git-rebase.md b/pages/common/git-rebase.md index 0b0e8d4a9..93fce4cd5 100644 --- a/pages/common/git-rebase.md +++ b/pages/common/git-rebase.md @@ -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`