blob: 3bceb564741158dfcebbfabf6f01a9b2f444494f [file] [log] [blame]
Ramkumar Ramachandra5a5d80f2011-08-04 16:09:15 +05301--continue::
2 Continue the operation in progress using the information in
Corentin BOMPARD68ed71b2019-03-06 14:04:46 +01003 `.git/sequencer`. Can be used to continue after resolving
Ramkumar Ramachandra5a5d80f2011-08-04 16:09:15 +05304 conflicts in a failed cherry-pick or revert.
Jonathan Niederf80a8722011-11-22 05:14:29 -06005
Rohit Ashiwalde81ca32019-07-02 14:41:28 +05306--skip::
7 Skip the current commit and continue with the rest of the
8 sequence.
9
Jonathan Niederf80a8722011-11-22 05:14:29 -060010--quit::
11 Forget about the current operation in progress. Can be used
12 to clear the sequencer state after a failed cherry-pick or
13 revert.
Jonathan Nieder539047c2011-11-22 19:27:21 -060014
15--abort::
16 Cancel the operation and return to the pre-sequence state.