[user]
name = Lucas Stadler
email = mi.au@papill0n.org
[core]
editor = vi
[merge]
conflictstyle = diff3
[alias]
st = status --short --branch .
d = diff .
lol = log --pretty=oneline --abbrev-commit --graph --decorate
ba = branch -a
[format]
pretty = %C(magenta)%h%Creset %Cgreen[%cr]%Creset (%an) %s
[color]
ui = auto
# Some shortcuts
[url "git://github.com/"]
insteadOf = hub:
[url "git@github.com:"]
insteadOf = gh:
[url "git@heroku.com:"]
insteadOf = heroku:
|