add --remote to update in git submodules

This commit is contained in:
Jakobus Schürz 2023-02-07 00:43:48 +01:00
parent 483e3b804e
commit 7e6d33bc88

View file

@ -1365,7 +1365,7 @@ setgitremote() {
git fetch -p git fetch -p
git merge FETCH_HEAD git merge FETCH_HEAD
git submodule sync git submodule sync
git submodule update --init --recursive git submodule update --init --recursive --remote
} }
#EOF #EOF