changed gitconfig

This commit is contained in:
Nikolas Weger 2015-07-28 12:58:53 +02:00
parent 219f014ad9
commit 2cbf1d2839

View file

@ -53,6 +53,7 @@
cleanall = clean -fdx # this is dangerous, so it's intentionally long to type cleanall = clean -fdx # this is dangerous, so it's intentionally long to type
update-submodules = submodule update --init --recursive update-submodules = submodule update --init --recursive
upgrade-submodules = submodule update --init --remote upgrade-submodules = submodule update --init --remote
upgrade-all-submodules = submodule foreach git pull origin master
empty-tree-hash = hash-object -t tree /dev/null empty-tree-hash = hash-object -t tree /dev/null
root = rev-parse --show-toplevel root = rev-parse --show-toplevel
ctags = ! "ctg() { trap \"rm -f .git/tags.$$\" EXIT; ctags --tag-relative -Rf.git/tags.$$ --exclude=.git; mv .git/tags.$$ .git/tags; }; ctg" ctags = ! "ctg() { trap \"rm -f .git/tags.$$\" EXIT; ctags --tag-relative -Rf.git/tags.$$ --exclude=.git; mv .git/tags.$$ .git/tags; }; ctg"