mirror of
https://github.com/NaomiAmethyst/dots.git
synced 2025-04-13 09:30:06 +00:00
36 lines
665 B
Text
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
|