2011-08-04 10:39:15 +00:00
|
|
|
--continue::
|
|
|
|
Continue the operation in progress using the information in
|
2019-03-06 13:04:46 +00:00
|
|
|
`.git/sequencer`. Can be used to continue after resolving
|
2011-08-04 10:39:15 +00:00
|
|
|
conflicts in a failed cherry-pick or revert.
|
2011-11-22 11:14:29 +00:00
|
|
|
|
2019-07-02 09:11:28 +00:00
|
|
|
--skip::
|
|
|
|
Skip the current commit and continue with the rest of the
|
|
|
|
sequence.
|
|
|
|
|
2011-11-22 11:14:29 +00:00
|
|
|
--quit::
|
|
|
|
Forget about the current operation in progress. Can be used
|
|
|
|
to clear the sequencer state after a failed cherry-pick or
|
|
|
|
revert.
|
2011-11-23 01:27:21 +00:00
|
|
|
|
|
|
|
--abort::
|
|
|
|
Cancel the operation and return to the pre-sequence state.
|