Skip to content

Instantly share code, notes, and snippets.

@MJ111
Last active March 24, 2017 10:03
Show Gist options
  • Save MJ111/c20217f30c80d415b7555d25cd609743 to your computer and use it in GitHub Desktop.
Save MJ111/c20217f30c80d415b7555d25cd609743 to your computer and use it in GitHub Desktop.
Tell git to always select my local version or remote version for conflicted merges
**/*.txt merge=theirs
[merge "theirs"]
driver = cat %B > %A
name = simulate `-s theirs`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment