Browse Source

Documentation/git-rebase: fix an example

The example miscounted the commit to rebase from.
Noticed by Cliff Brake.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
maint
Junio C Hamano 18 years ago
parent
commit
13cc4c81df
  1. 2
      Documentation/git-rebase.txt

2
Documentation/git-rebase.txt

@ -130,7 +130,7 @@ the following situation:


then the command then the command


git-rebase --onto topicA~5 topicA~2 topicA git-rebase --onto topicA~5 topicA~3 topicA


would result in the removal of commits F and G: would result in the removal of commits F and G:



Loading…
Cancel
Save