From 514d5ba23de8f7baec6f967a948203a7b129e08b Mon Sep 17 00:00:00 2001 From: Mohammed Goder Date: Sat, 23 Mar 2024 23:46:21 -0500 Subject: [PATCH] Update grs.sh --- grs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/grs.sh b/grs.sh index b48e118..3b0be7b 100644 --- a/grs.sh +++ b/grs.sh @@ -20,7 +20,7 @@ for repository in *; do echo "$log" cd "$repository" - gitOutput=$(git pull --recurse-submodules=on-demand) + gitOutput=$(git pull --recurse-submodules=on-demand --rebase) echo "$gitOutput" cd .. if [ "$gitOutput" == "Already up to date." ]; then continue; fi