Last active
January 28, 2016 13:55
-
-
Save jamiew/668161 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[user] | |
name = Jamie Wilkinson | |
email = [email protected] | |
[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 "[email protected]:jamiew/"] | |
insteadOf = "git://github.com/jamiew/" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment