Created
May 11, 2012 03:33
-
-
Save dpwright/2657356 to your computer and use it in GitHub Desktop.
Git merge driver which always accepts their version of a file
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# I want to keep THEIR version when there is a conflict | |
# Copy their version over ours and report success | |
cp -f $3 $2 | |
exit 0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment