mirror of
https://github.com/git/git.git
synced 2026-05-25 11:25:06 +02:00
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:
@@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user