dotfiles/.gitconfig
Tony Grosinger 5bc9b555cd Added a local bin dir and maven-illuminate
Local bin directory in home directory is now automatically created and
added to the path. Maven-Illuminate is automatically placed in this
folder for use with the mvn aliases.
2014-05-28 15:41:52 -07:00

18 lines
370 B
INI

[user]
name = Tony Grosinger
email = tony@grosinger.net
[color]
ui = auto
[alias]
co = checkout
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
type = cat-file -t
dump = cat-file -p
[push]
default = simple
[core]
editor = vim