Code

Merge branch 'jc/match-refs-clarify'
[git.git] / Documentation / sequencer.txt
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.