From 85e9b40b0ac37474fff901d88b8fc0f33ddc6bc2 Mon Sep 17 00:00:00 2001 From: Someone Date: Mon, 8 Mar 2021 19:21:56 +0100 Subject: [PATCH] also pull submodules --- gpullAll.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gpullAll.sh b/gpullAll.sh index 3c0e92e..2cd7cbe 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 \; +find . -path '*.git' -type d -execdir echo "------------------------------------------" \; -execdir pwd \; -execdir git pull --recurse-submodules \; -- 2.43.0