config.c: trivial fix for compile-time warning
[git/dscho.git] / Documentation / sequencer.txt
blob3e6df338bed519eb74cf233f40589ddbfb0da57b
1 --reset::
2         Forget about the current operation in progress.  Can be used
3         to clear the sequencer state after a failed cherry-pick or
4         revert.
6 --continue::
7         Continue the operation in progress using the information in
8         '.git/sequencer'.  Can be used to continue after resolving
9         conflicts in a failed cherry-pick or revert.