Skip to content

Instantly share code, notes, and snippets.

@sigi
Created February 9, 2010 15:21
Show Gist options
  • Save sigi/299304 to your computer and use it in GitHub Desktop.
Save sigi/299304 to your computer and use it in GitHub Desktop.
[apply]
whitespace = nowarn
[color]
ui = 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
[alias]
st = status
ci = commit
br = branch
co = checkout
df = diff
lg = log -p
idx = diff --cached
[user]
name = Frank Luithle
email = frank@luithle.net
[push]
default = tracking
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment