update: silence local fetches
[git] / Documentation / sequencer.txt
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.
5
6 --skip::
7         Skip the current commit, and then continue.
8
9 --quit::
10         Forget about the current operation in progress.  Can be used
11         to clear the sequencer state after a failed cherry-pick or
12         revert.
13
14 --abort::
15         Cancel the operation and return to the pre-sequence state.