]> Pileus Git - ~andy/git/blob - Documentation/sequencer.txt
log-tree: show mergetag in log --show-signature output
[~andy/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.
5
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.