Skip to content

Instantly share code, notes, and snippets.

@jashmenn
Created March 18, 2009 17:20
Show Gist options
  • Save jashmenn/81269 to your computer and use it in GitHub Desktop.
Save jashmenn/81269 to your computer and use it in GitHub Desktop.
[user]
name = Nate Murray
email = email@address
[color]
branch = auto
status = auto
diff = auto
[color "diff"]
meta = yellow
frag = cyan
old = red
new = white
[color "branch"]
current = yellow reverse
local = yellow
remote = green
[color "status"]
added = yellow
changed = green
untracked = cyan
[alias]
st = status
ci = commit
co = checkout
br = branch
# push-all = "!for i in $(git config --list | grep -E ^remote\\..+\\.url | sed 's/^remote\\.\\(.*\\)\\.url=.*/\\1/'); do git push $i master; done"
ca = commit -a
di = diff
#[core]
# pager = most +s +'/---'
[github]
user = XXX
token = XXX
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment