From: root Date: Thu, 28 Dec 2023 00:43:21 +0000 (+0100) Subject: autostash. X-Git-Url: https://git.somenet.org/tools/githelper.git/commitdiff_plain autostash. --- diff --git a/gpullAll.sh b/gpullAll.sh index 2cd7cbe..dd01cc7 100755 --- a/gpullAll.sh +++ b/gpullAll.sh @@ -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 \;