]> git.somenet.org - tools/githelper.git/commitdiff
autostash. master
authorroot <root@localhost>
Thu, 28 Dec 2023 00:43:21 +0000 (01:43 +0100)
committerroot <root@localhost>
Thu, 28 Dec 2023 00:43:21 +0000 (01:43 +0100)
gpullAll.sh

index 2cd7cbe619b10a920fc8cff6739e28b798455412..dd01cc74eb0d30adcb2343ea070d3c44e7333329 100755 (executable)
@@ -19,4 +19,4 @@ SLEEPTIME=5
 echo "Will run -git pull- on all repos in `pwd` in ${SLEEPTIME} sec."
 sleep $SLEEPTIME
 
-find . -path '*.git' -type d -execdir echo "------------------------------------------" \; -execdir pwd \; -execdir git pull --recurse-submodules \;
+find . -path '*.git' -type d -execdir echo "------------------------------------------" \; -execdir pwd \; -execdir git pull --autostash --recurse-submodules \;