Skip to content

Instantly share code, notes, and snippets.

@mwunsch
Forked from jamiew/jdubs gitconfig
Created February 18, 2011 13:14
Show Gist options
  • Save mwunsch/833632 to your computer and use it in GitHub Desktop.
Save mwunsch/833632 to your computer and use it in GitHub Desktop.
[user]
name = Jamie Wilkinson
email = jamie@jamiedubs.com
[github]
user = jamiew
token = <REDACTED>
[apply]
whitespace = nowarn
[branch]
autosetuprebase = always
autosetupmerge = 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 -m
co = checkout
br = branch -a
branches = branch -a
pick = cherry-pick
# My life is awesome now that I use git-achievements
# https://github.com/icefox/git-achievements
[achievement]
upload = false
# Any GitHub repo with my username should be checked out r/w by default
# http://rentzsch.tumblr.com/post/564806957/public-but-hackable-git-submodules
[url "git@github.com:jamiew/"]
insteadOf = "git://github.com/jamiew/"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment