Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

git revert merge

git revert -m 1 <merge-commit>
Comment

revert last merge git

git revert -m 1 commit_hash
Comment

git revert merge commit

// In this situation, will get you the tree as it was in 8989ee0
git revert <commit hash> -m 1 

//will reinstate the tree as it was in 7c6b236
git revert -m 2
Comment

how to undo a merge in git

git reset --merge a9fdeb5
Comment

PREVIOUS NEXT
Code Example
Shell :: install specific webpack version 
Shell :: dev/mapper/ubuntu--vg-ubuntu--lv 
Shell :: error: taint "node-role.kubernetes.io/master" not found 
Shell :: delete a branch git 
Shell :: configure github account ubuntu 
Shell :: git add identity 
Shell :: redis reload config 
Shell :: read all test in directory golang 
Shell :: how t oadd ssl to a subdomain in nginx 
Shell :: git add ignored file 
Shell :: git installing in linux 
Shell :: bash call another script relative to current script 
Shell :: linux process 
Shell :: install vault 
Shell :: npm install compression 
Shell :: ubuntu startup script 
Shell :: how to run git bash from powershell 
Shell :: what is github 
Shell :: intel pinning threads 
Shell :: start mongodb ubuntu 
Shell :: create mysql user and database from script 
Shell :: install brew mac 
Shell :: semantic ui react npm install 
Shell :: bash find file 
Shell :: ps see full command 
Shell :: docker command to login with user name and pass word 
Shell :: install mtools 
Shell :: install docker linux debian 10 
Shell :: immutable byte 
Shell :: bash get lines between 
ADD CONTENT
Topic
Content
Source link
Name
5+1 =