Answers for "git merge conflict get list of theirs files without conflict"

3

git resolve conflict using theirs

git checkout --theirs path/to/file
Posted by: Guest on October-23-2020
-1

git resolve conflict using theirs

git pull -X theirs
Posted by: Guest on May-19-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language