revert: Introduce --continue to continue the operation
[gitweb.git] / Documentation / git-cherry-pick.txt
index 9d8fe0d26145ae45f566d3e8d4253c396630b41f..663186bda747ce02af4b5ca1732254a0e2425369 100644 (file)
@@ -8,6 +8,8 @@ git-cherry-pick - Apply the changes introduced by some existing commits
 SYNOPSIS
 --------
 'git cherry-pick' [--edit] [-n] [-m parent-number] [-s] [-x] [--ff] <commit>...
+'git cherry-pick' --reset
+'git cherry-pick' --continue
 
 DESCRIPTION
 -----------
@@ -109,6 +111,10 @@ effect to your index in a row.
        Pass the merge strategy-specific option through to the
        merge strategy.  See linkgit:git-merge[1] for details.
 
+SEQUENCER SUBCOMMANDS
+---------------------
+include::sequencer.txt[]
+
 EXAMPLES
 --------
 git cherry-pick master::