dotfiles/.gitconfig

16 lines
355 B
INI
Raw Normal View History

2012-11-09 20:44:06 -08:00
[user]
name = Tony Grosinger
email = tony@grosinger.net
2012-11-09 20:44:06 -08:00
[color]
ui = auto
2012-11-09 20:44:06 -08:00
[alias]
co = checkout
2013-08-13 10:45:55 -07:00
c = commit
s = status
b = branch
pp = log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit
2012-11-09 20:44:06 -08:00
type = cat-file -t
dump = cat-file -p
2014-04-15 07:57:16 -07:00
[push]
default = simple