Skip to content

Instantly share code, notes, and snippets.

View billpieper's full-sized avatar

Bill Pieper billpieper

  • North Dakota
  • 12:17 (UTC -05:00)
View GitHub Profile
@billpieper
billpieper / .gitconfig
Created April 25, 2016 14:52 — 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"]