dots/gitconfig
David Majnemer c0851b91a3 git inf
2010-09-02 11:33:04 -05:00

36 lines
665 B
Text

[alias]
ci = commit
st = status
co = checkout
di = diff --color-words
br = branch
move = mv
ren = mv
rename = mv
up = !git pull --rebase
update = !git pull --rebase
svnup = !git stash && git svn rebase && git stash apply
svnupdate = !git stash && git svn rebase && git stash apply
stat = status
del = rm
delete = rm
remove = rm
export = archive
ann = blame
praise = blame
cat = show
list = show
ls = show
untrack-ignored = !git-untracked-ignored
info = !git-info
amend = commit --amend -C HEAD
[color]
diff = auto
status = auto
branch = auto
[core]
pager =
excludesfile = ~/.gitignore
[push]
default = matching