From 2cbf1d28390670af4775b16e37952d2a38e6c235 Mon Sep 17 00:00:00 2001 From: Nikolas Weger Date: Tue, 28 Jul 2015 12:58:53 +0200 Subject: [PATCH] changed gitconfig --- files/gitconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/files/gitconfig b/files/gitconfig index c06c47e..15c741b 100644 --- a/files/gitconfig +++ b/files/gitconfig @@ -53,6 +53,7 @@ cleanall = clean -fdx # this is dangerous, so it's intentionally long to type update-submodules = submodule update --init --recursive upgrade-submodules = submodule update --init --remote + upgrade-all-submodules = submodule foreach git pull origin master empty-tree-hash = hash-object -t tree /dev/null 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"