Staging
v0.8.1
https://github.com/git/git
Raw File
Tip revision: 98cdfbb84ad2ed6a2eb43dafa357a70a4b0a0fad authored by Junio C Hamano on 21 November 2018, 14:22:12 UTC
Git 2.19.2
Tip revision: 98cdfbb
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