Skip to content

Instantly share code, notes, and snippets.

@bcatcho
Last active December 10, 2015 23:49
Show Gist options
  • Save bcatcho/4512698 to your computer and use it in GitHub Desktop.
Save bcatcho/4512698 to your computer and use it in GitHub Desktop.
[core]
autocrlf = true
[diff]
tool = bc3
[difftool "bc3"]
cmd = \"c:/program files (x86)/beyond compare 3/bcomp.exe\" \"$LOCAL\" \"$REMOTE\"
[merge]
tool = bc3
[mergetool]
prompt = false
keepBackup = false
[mergetool "bc3"]
cmd = \"c:/program files (x86)/beyond compare 3/bcomp.exe\" \"$LOCAL\" \"$REMOTE\" \"$BASE\" \"$MERGED\"
trustExitCode = true
[alias]
dt = difftool
mt = mergetool
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment