Skip to content

Instantly share code, notes, and snippets.

@craigw
Created July 20, 2009 19:51
Show Gist options
  • Save craigw/150847 to your computer and use it in GitHub Desktop.
Save craigw/150847 to your computer and use it in GitHub Desktop.
[user]
name = <your name>
email = <your email address>
[alias]
co = checkout
ci = commit
stat = status
[mirror]
summary = true
[apply]
whitespace = nowarn
[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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment