rebase -i: introduce the 'break' command
[gitweb.git] / Documentation / git-rebase.txt
index d9771bd25b4a29ac058d0891b82b18b9ff6ee6a7..6b71694b0d91575e1968733030cccdde6c4a37d8 100644 (file)
@@ -561,6 +561,9 @@ By replacing the command "pick" with the command "edit", you can tell
 the files and/or the commit message, amend the commit, and continue
 rebasing.
 
+To interrupt the rebase (just like an "edit" command would do, but without
+cherry-picking any commit first), use the "break" command.
+
 If you just want to edit the commit message for a commit, replace the
 command "pick" with the command "reword".