Documentation / sequencer.txton commit Merge branch 'wh/normalize-alt-odb-path' (e99f8c6)
   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.