parent
514d5ba23d
commit
6cfd44b100
2
grs.sh
2
grs.sh
@ -20,7 +20,7 @@ for repository in *; do
|
|||||||
echo "$log"
|
echo "$log"
|
||||||
|
|
||||||
cd "$repository"
|
cd "$repository"
|
||||||
gitOutput=$(git pull --recurse-submodules=on-demand --rebase)
|
gitOutput=$(git pull --recurse-submodules=on-demand)
|
||||||
echo "$gitOutput"
|
echo "$gitOutput"
|
||||||
cd ..
|
cd ..
|
||||||
if [ "$gitOutput" == "Already up to date." ]; then continue; fi
|
if [ "$gitOutput" == "Already up to date." ]; then continue; fi
|
||||||
|
Loading…
Reference in New Issue
Block a user