Skip to content

Instantly share code, notes, and snippets.

@mschueler
Created June 24, 2011 09:30
Show Gist options
  • Save mschueler/1044497 to your computer and use it in GitHub Desktop.
Save mschueler/1044497 to your computer and use it in GitHub Desktop.
[user]
name = mike schueler
email = michael.schueler@gmail.com
[alias]
co = checkout
track = !git-track
[color]
diff = auto
status = auto
branch = auto
ui = true
[core]
excludesfile = /Users/mike/.gitignore
editor = mate_wait
autocrlf = input
quotepath = false
[apply]
whitespace = nowarn
[format]
pretty = %C(yellow)%h%Creset %s %C(red)(%cr)%Creset
[github]
user = mschueler
token = xxxxxxxxxxxxxxxx
[diff]
external = "/Applications/DeltaWalker.app/Contents/MacOS/git-diff"
[merge]
tool = deltawalker
[mergetool "deltawalker"]
cmd = "/Applications/DeltaWalker.app/Contents/MacOS/bzr-git-merge" "$LOCAL" "$REMOTE" "$BASE" "$MERGED"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment