Skip to content

Instantly share code, notes, and snippets.

@zommarin
Created October 10, 2011 11:06
Show Gist options
  • Save zommarin/1275060 to your computer and use it in GitHub Desktop.
Save zommarin/1275060 to your computer and use it in GitHub Desktop.
git config snippets
[diff]
guitool = BeyondCompare3
[difftool "BeyondCompare3"]
path = C:/Program Files/Beyond Compare 3/bcomp.exe
cmd = \"C:/Program Files/Beyond Compare 3/bcomp.exe\" \"$LOCAL\" \"$REMOTE\"
[merge]
tool = BeyondCompare3
[mergetool "BeyondCompare3"]
path = C:/Program Files/Beyond Compare 3/bcomp.exe
cmd = \"C:/Program Files/Beyond Compare 3/bcomp.exe\" \"$BASE\" \"$LOCAL\" \"$REMOTE\" \"$MERGED\"
[alias]
ci = commit
st = status
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment