add --remote to update in git submodules
This commit is contained in:
parent
483e3b804e
commit
7e6d33bc88
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue