versioning
Revert a commit in the local repository
Revert a commit in the local repository by creating a new commit that undoes the changes introduced by the specified commit.<br/><br/>Use the <code>force</code> field to proceed even when the working directory is not clean.
post/version/revert
Request body
Response
The created GitRevertResult object in a single-item list.