Copyright Digital Equipment Corp. All rights reserved.

REVERT

	Given one or more existing commits, revert the changes that the
	related patches introduce, and record some new commits that record them.
	This requires your working tree to be  clean (no modifications from the HEAD commit).

	Command Syntax:

		git revert [--[no-]edit] [-n] [-m <parent-number>]
			[-s] [-S[<keyid>]] <commit>…​
		git revert (--continue | --skip | --abort | --quit)