From e34a4ed7f4201fa3e7b3054af75bac49445c6b15 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 28 Dec 2023 01:43:21 +0100 Subject: [PATCH] autostash. --- gpullAll.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \; -- 2.43.0