dotfiles/gitconfig
2011-05-03 21:53:50 -07:00

15 lines
338 B
Text

[user]
name = Eryn Wells
email = eryn@3b518c.com
[core]
editor = vim
[color]
ui = auto
[merge]
tool = vimdiff
[alias]
st = status
co = checkout
ci = commit
br = branch
lg = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --date=relative