Optional
--abortAborts the current conflict resolution process.
Optional
--cleanupDetermines how the commit message will be cleaned up.
Optional
--continueConcludes the revert once conflicts are resolved.
Optional
--gpg-GPG-sign commits. See also --no-gpg-sign.
Optional
--mainlineSpecifies the parent number (starting from 1) of the mainline.
Optional
--no-Reverts the named commits and stops just before creating any commit.
Optional
--no-The complement of --gpg-sign.
Optional
--no-The complement of --rerere-autoupdate.
Optional
--quitAbandons the the current revert in progress.
Optional
--referencePrepares a more human-readable message template for the user.
Optional
--rerere-Allows the rerere mechanism to update the index with the result of auto-conflict resolution. See also --no-rerere-autoupdate.
Optional
--signoffAdds a Signed-off-by trailer by the committer at the end of the commit log message.
Optional
--skipSkips the current commit and continues with the rest of the sequence.
Optional
--strategyUses the given merge strategy.
Optional
--strategy-Passes merge strategy-specific option through to the merge strategy.
RevertOptions defines the supported options for the Git revert command.