dots/gitconfig
Jacobi Carter cb3d38cd6f New dots.
2012-01-29 17:58:08 -06:00

39 lines
720 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
[user]
name = Jacobi Carter
email = cobi@giftiki.com