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>
This commit is contained in:
parent
312efe9b58
commit
13cc4c81df
@ -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…
Reference in New Issue
Block a user