Skip to content

Commit 13cc4c8

Browse files
committed
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>
1 parent 312efe9 commit 13cc4c8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Documentation/git-rebase.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ the following situation:
130130

131131
then the command
132132

133-
git-rebase --onto topicA~5 topicA~2 topicA
133+
git-rebase --onto topicA~5 topicA~3 topicA
134134

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

0 commit comments

Comments
 (0)