From 1d366b69fb339c15d3cdd4c4009c68fa6ed1da11 Mon Sep 17 00:00:00 2001
From: Someone <someone@somenet.org>
Date: Mon, 6 May 2024 12:24:23 +0200
Subject: [PATCH] rebase too.

---
 gpullAll.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 \;
-- 
2.43.0