Skip to content
Snippets Groups Projects
sequencer.txt 472 B
Newer Older
  • Learn to ignore specific revisions
  • Jean-Noël Avila's avatar
    Jean-Noël Avila committed
    --continue::
    	Continue the operation in progress using the information in
    
    Jean-Noël Avila's avatar
    Jean-Noël Avila committed
    	`.git/sequencer`.  Can be used to continue after resolving
    
    Jean-Noël Avila's avatar
    Jean-Noël Avila committed
    	conflicts in a failed cherry-pick or revert.
    
    
    Jean-Noël Avila's avatar
    Jean-Noël Avila committed
    --skip::
    	Skip the current commit and continue with the rest of the
    	sequence.
    
    
    Jean-Noël Avila's avatar
    Jean-Noël Avila committed
    --quit::
    	Forget about the current operation in progress.  Can be used
    	to clear the sequencer state after a failed cherry-pick or
    	revert.
    
    --abort::
    	Cancel the operation and return to the pre-sequence state.