Horje
git revert merge Code Example
git undo merge
git reset --hard HEAD~1
Undo git merge
git reset --merge HEAD~1
git undo merge
$ git reset --hard HEAD~1
git revert merge
git revert -m 1 <merge-commit>
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
revert last merge git
git revert -m 1 commit_hash




Shell

Related
dash bootstrap install Code Example dash bootstrap install Code Example
google drive linux Code Example google drive linux Code Example
snap install pycharm Code Example snap install pycharm Code Example
ews address already in use :::9000 Code Example ews address already in use :::9000 Code Example
bash get all files in directory as array Code Example bash get all files in directory as array Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
11