Staging
v0.8.1
https://github.com/git/git
Raw File
Tip revision: 6ae0d972664134b82a6dd164a01e8adbebeaffe3 authored by Junio C Hamano on 02 April 2015, 19:46:06 UTC
Git 2.4.0-rc1
Tip revision: 6ae0d97
sequencer.txt
--continue::
	Continue the operation in progress using the information in
	'.git/sequencer'.  Can be used to continue after resolving
	conflicts in a failed cherry-pick or revert.

--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.
back to top