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 2007-08-16 12:20:25 -07:00
parent 312efe9b58
commit 13cc4c81df
1 changed files with 1 additions and 1 deletions

View File

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

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: