1git-revert-script(1) 2==================== 3 4NAME 5---- 6git-revert-script - Revert an existing commit. 7 8SYNOPSIS 9-------- 10'git-revert-script' <commit> 11 12DESCRIPTION 13----------- 14Given one existing commit, revert the change the patch introduces, and record a 15new commit that records it. This requires your working tree to be clean (no 16modifications from the HEAD commit). 17 18OPTIONS 19------- 20<commit>:: 21 Commit to revert. 22 23Author 24------ 25Written by Junio C Hamano <junkio@cox.net> 26 27Documentation 28-------------- 29Documentation by Junio C Hamano and the git-list <git@vger.kernel.org>. 30 31GIT 32--- 33Part of the link:git.html[git] suite 34