Files
dotfiles/gitconfig
2015-08-21 02:14:05 -07:00

11 lines
279 B
Plaintext

[user]
name = Tim McCarthy
email = thoomfish@gmail.com
[color]
ui = true
[alias]
amend = commit --amend -C HEAD
lg = log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit
[push]
default = simple