dotfiles/.gitconfig
2014-07-24 13:35:11 -07:00

24 lines
488 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 %Cgreen(%cr) %Creset\t%s %C(bold blue)<%an> %C(yellow)%d%Creset' --abbrev-commit
cr = difftool --dir-diff
type = cat-file -t
dump = cat-file -p
[push]
default = simple
[core]
editor = vim
pager = less -F -R -X -x1,5
[diff]
tool = meld
[branch]
autosetuprebase = always