]> git.ipfire.org Git - thirdparty/git.git/blame - Documentation/sequencer.txt
t4034: abstract away SHA-1-specific constants
[thirdparty/git.git] / Documentation / sequencer.txt
CommitLineData
5a5d80f4
RR
1--continue::
2 Continue the operation in progress using the information in
68ed71b5 3 `.git/sequencer`. Can be used to continue after resolving
5a5d80f4 4 conflicts in a failed cherry-pick or revert.
f80a8726 5
de81ca3f
RA
6--skip::
7 Skip the current commit and continue with the rest of the
8 sequence.
9
f80a8726
JN
10--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.
539047c1
JN
14
15--abort::
16 Cancel the operation and return to the pre-sequence state.