Skip to content

Instantly share code, notes, and snippets.

@al3x
Created September 13, 2009 23:16
Show Gist options
  • Save al3x/186359 to your computer and use it in GitHub Desktop.
Save al3x/186359 to your computer and use it in GitHub Desktop.
[user]
name = Alex Payne
email = al3x@al3x.net
autosetupmerge = auto
[alias]
co = checkout
ci = commit -a
st = status -a
br = branch
[color]
branch = auto
diff = auto
status = auto
[color "branch"]
current = yellow reverse
local = yellow
remote = green
[color "diff"]
meta = yellow bold
frag = magenta bold
old = red bold
new = green bold
[color "status"]
added = yellow
changed = green
untracked = cyan
[gui]
fontui = -family \"Bitstream Vera Sans Mono\" -size 12 -weight normal -slant roman -underline 0 -overstrike 0
fontdiff = -family \"Bitstream Vera Sans Mono\" -size 14 -weight normal -slant roman -underline 0 -overstrike 0
[apply]
whitespace = nowarn
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment