Code

Merge branch 'master' of git://repo.or.cz/git-gui
[git.git] / Documentation / git-rebase.txt
index 96907d48632be36d0d8c66f6a0b4d937b7a38cb6..a1b6dce73d2f2075ef163bf4d6cdea1abc6104ce 100644 (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: