From 6cfd44b100e3b9b30af21664c07dbba807ff12db Mon Sep 17 00:00:00 2001 From: Mohammed Goder Date: Sun, 24 Mar 2024 00:05:37 -0500 Subject: [PATCH] revert 514d5ba23de8f7baec6f967a948203a7b129e08b revert Update grs.sh --- grs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/grs.sh b/grs.sh index 3b0be7b..b48e118 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 --rebase) + gitOutput=$(git pull --recurse-submodules=on-demand) echo "$gitOutput" cd .. if [ "$gitOutput" == "Already up to date." ]; then continue; fi