dotfiles/.gitconfig
2015-02-02 15:42:58 -08:00

25 lines
621 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
hist = log --pretty=format:\"%C(yellow)%h %C(blue)%ad %C(red)%d %C(reset)%s %C(green)[%an]\" --decorate --graph --date=short --all
[push]
default = simple
[core]
editor = vim
pager = less -F -R -X -x1,5
[diff]
tool = meld
[branch]
autosetuprebase = always