dotfiles/.gitconfig

28 lines
708 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
amend = commit --amend
2013-08-13 10:45:55 -07:00
c = commit
s = status -sb
d = diff --color-words --minimal
2013-08-13 10:45:55 -07:00
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
2012-11-09 20:44:06 -08:00
type = cat-file -t
dump = cat-file -p
ff = merge --ff-only
hist = log --pretty=format:\"%C(yellow)%h %C(blue)%ad %C(red)%d %C(reset)%s %C(green)[%an]\" --decorate --graph --date=short --all
2014-04-15 07:57:16 -07:00
[push]
default = simple
[core]
editor = vim
pager = less -F -R -X -x1,5
[diff]
tool = meld
[branch]
autosetuprebase = always