general improvements
[gitweb.git] / Documentation / sequencer.txt
index 5747f442f25e6271c7464db78496b85ee058d05f..3bceb564741158dfcebbfabf6f01a9b2f444494f 100644 (file)
@@ -1,8 +1,12 @@
 --continue::
        Continue the operation in progress using the information in
-       '.git/sequencer'.  Can be used to continue after resolving
+       `.git/sequencer`.  Can be used to continue after resolving
        conflicts in a failed cherry-pick or revert.
 
+--skip::
+       Skip the current commit and continue with the rest of the
+       sequence.
+
 --quit::
        Forget about the current operation in progress.  Can be used
        to clear the sequencer state after a failed cherry-pick or