Documentation/RelNotes/2.45.0.txt: fix typo
[alt-git.git] / Documentation / sequencer.txt
blob3bceb564741158dfcebbfabf6f01a9b2f444494f
1 --continue::
2         Continue the operation in progress using the information in
3         `.git/sequencer`.  Can be used to continue after resolving
4         conflicts in a failed cherry-pick or revert.
6 --skip::
7         Skip the current commit and continue with the rest of the
8         sequence.
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.
15 --abort::
16         Cancel the operation and return to the pre-sequence state.