2011-08-04 14:39:15 +04:00
|
|
|
--continue::
|
|
|
|
Continue the operation in progress using the information in
|
2019-03-06 16:04:46 +03:00
|
|
|
`.git/sequencer`. Can be used to continue after resolving
|
2011-08-04 14:39:15 +04:00
|
|
|
conflicts in a failed cherry-pick or revert.
|
2011-11-22 15:14:29 +04:00
|
|
|
|
2019-07-02 12:11:28 +03:00
|
|
|
--skip::
|
|
|
|
Skip the current commit and continue with the rest of the
|
|
|
|
sequence.
|
|
|
|
|
2011-11-22 15:14:29 +04: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 05:27:21 +04:00
|
|
|
|
|
|
|
--abort::
|
|
|
|
Cancel the operation and return to the pre-sequence state.
|