@ -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
The note is not visible to the blocked user.