Skip to content

Instantly share code, notes, and snippets.

@rsofaer
Forked from jamiew/jdubs gitconfig
Created January 25, 2011 17:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rsofaer/795301 to your computer and use it in GitHub Desktop.
Save rsofaer/795301 to your computer and use it in GitHub Desktop.
[user]
name = Raphael Sofaer
email = raphael@joindiaspora.com
[github]
user = rsofaer
token = <REDACTED>
[branch]
autosetuprebase = always
autosetupmerge = true
[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 -m
br = branch
co = checkout
lg = log -p
pick = cherry-pick
branches = branch -a
[achievement]
upload = false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment