On Wed, 1 Oct 2014, Satish Balay wrote: > > > http://git-scm.com/blog/2010/03/02/undoing-merges.html > > > git revert -m 1 [sha_of_C8]
BTW: revert of a merge is a bit more messy [for ex: if '-m 2' is used when the correct thing to do is use '-m 1' - it could cause problems]. So extra care should be taken to verify the result of the revert - before pusing next. Satish
