Skip to content

Instantly share code, notes, and snippets.

@pburleson
Created December 6, 2010 17:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pburleson/730623 to your computer and use it in GitHub Desktop.
Save pburleson/730623 to your computer and use it in GitHub Desktop.
[color]
diff = auto
status = auto
branch = auto
ui = auto
[log]
date = local
[core]
excludesfile = /Users/dweeks/.gitignore
quotepath = false
[alias]
br = branch
ci = commit
co = checkout
st = status --short --branch
sd = svn dcommit
#sdl = !/Users/danimal/bin/git-svn-dcommitlist
chdiff = difftool -y -t Changes
ksdiff = difftool -y -t Kaleidoscope
ngversion = describe --match '*_[0-9]*.[0-9]*'
olog = log --oneline --decorate
glog = log --oneline --decorate --graph
wdiff = diff --word-diff
x = !gitx
[merge]
tool = chdiff
[mergetool "chdiff"]
cmd = /usr/bin/env chdiff --wait $LOCAL $REMOTE
keepBackup = false
trustExitCode = false
[difftool "Changes"]
cmd = chdiff \"$LOCAL\" \"$REMOTE\"
[difftool "Kaleidoscope"]
cmd = ksdiff-wrapper git \"$LOCAL\" \"$REMOTE\"
[difftool]
prompt = false
[diff]
tool = Kaleidoscope
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment