Skip to content

Instantly share code, notes, and snippets.

@timcharper
Created August 14, 2009 01:21
Show Gist options
  • Save timcharper/167571 to your computer and use it in GitHub Desktop.
Save timcharper/167571 to your computer and use it in GitHub Desktop.
[alias]
co = checkout
b = branch
[branch]
autosetupmerge = true
[user]
email = shhh@shhcom
name = Tim Harper
[gui]
matchtrackingbranch = true
pruneduringfetch = true
fontui = -family Tahoma -size 13 -weight normal -slant roman -underline 0 -overstrike 0
recentrepo = /Users/timcharper/www/market
[color]
status = auto
branch = auto
diff = auto
[sendemail]
smtpserver = /opt/local/bin/msmtp
[log]
[git-tmbundle "log"]
context-lines = 10
[apply]
whitespace = nowarn
[git-tmbundle]
[push]
default = current
[mergetool "diffmerge"]
cmd = diffmerge --merge --result=$MERGED $LOCAL $BASE $REMOTE
trustExitCode = false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment