Answers for "git merge conflict choose theirs"

0

git merge theirs

git checkout branchA
git merge -X theirs branchB
Posted by: Guest on July-14-2021
3

git resolve conflict using theirs

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

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language