Skip to content

Instantly share code, notes, and snippets.

@jamiew
Created March 2, 2010 00:33
Show Gist options
  • Save jamiew/318987 to your computer and use it in GitHub Desktop.
Save jamiew/318987 to your computer and use it in GitHub Desktop.
[user]
name = Jamie Wilkinson
email = jamie@internetfamo.us
[github]
user = jamiew
token = 7fd12d4c49f24df2da597bb9bd5f4bfd
[apply]
whitespace = nowarn
[branch]
autosetuprebase = always
[color]
branch = auto
diff = auto
status = auto
ui = true
[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
ca = commit -a
br = branch
co = checkout
df = diff
lg = log -p
branches = branch -A
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment