Skip to content

Instantly share code, notes, and snippets.

View scheffler's full-sized avatar

Steve Scheffler scheffler

View GitHub Profile
@scheffler
scheffler / .gitconfig
Created April 4, 2019 19:14 — forked from dahlbyk/.gitconfig
Windows Git Diff/Merge Tool Configuration
[alias]
dt = difftool
mt = mergetool
[diff]
tool = bc3
[difftool]
prompt = false
[difftool "bc3"]
cmd = \"c:/program files (x86)/beyond compare 3/bcomp.exe\" \"$LOCAL\" \"$REMOTE\"
[difftool "p4"]