Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

how to revert a merge locally

git reset --hard <cbm>

where cbm is the commit number before the merge you want to revert
to get a list of all the merges you can use the following line

git log --graph

and then use the commit number from the one before the merge you want to revert
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #revert #merge #locally
ADD COMMENT
Topic
Name
3+6 =