Skip to content

Instantly share code, notes, and snippets.

@jamiew
Last active January 28, 2016 13:55
Show Gist options
  • Star 7 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save jamiew/668161 to your computer and use it in GitHub Desktop.
Save jamiew/668161 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
amend = commit --amend
merged = branch -a --merged
graph = log --graph --full-history --all --color --pretty=tformat:"%x1b[31m%h%x09%x1b[32m%d%x1b[0m%x20%s%x20%x1b[33m(%an)%x1b[0m"
# `latest` is ~/bin/git-latest
# `mine` is ~/bin/git-mine
# `deletemerged` is ~/bin/git-deletedmerged
# `squash` is ~/bin/git-squash
# 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