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