Created
July 8, 2009 16:12
-
-
Save halbtuerke/142935 to your computer and use it in GitHub Desktop.
This file contains 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 | |
st = status | |
ci = commit | |
[apply] | |
whitespace = fix | |
[color] | |
status = auto | |
diff = auto | |
branch = auto | |
ui = auto | |
[git-tmbundle] | |
gitnub-path = /usr/local/bin/nub | |
gitx-path = /usr/local/bin/gitx | |
[gui] | |
fontdiff = -family Consolas -size 12 -weight normal -slant roman -underline 0 -overstrike 0 | |
spellingdictionary = none |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment