Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

git merge binary files

# Use the remote version
git checkout --theirs -- path/to/conflicted-file.txt

# Keep your local version
git checkout --ours -- path/to/conflicted-file.txt
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #git #merge #binary #files
ADD COMMENT
Topic
Name
7+8 =