From: Someone <someone@somenet.org>
Date: Mon, 6 May 2024 10:24:23 +0000 (+0200)
Subject: rebase too.
X-Git-Url: https://git.somenet.org/tools/githelper.git/commitdiff_plain?ds=inline

rebase too.
---

diff --git a/gpullAll.sh b/gpullAll.sh
index dd01cc7..51743de 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 --autostash --recurse-submodules \;
+find . -path '*.git' -type d -execdir echo "------------------------------------------" \; -execdir pwd \; -execdir git pull --rebase --autostash --recurse-submodules \;