Created
August 14, 2009 01:21
-
-
Save timcharper/167571 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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