Answers for "how to remove git conflicts"

7

How to undo a git merge with conflicts

git reset --merge
Posted by: Guest on March-01-2021
0

git CONFLICT (modify/delete)

$ git checkout <filename>
$ git add <filename>
$ git commit
Posted by: Guest on April-14-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language