add update submodule sh

This commit is contained in:
wangzijiao 2018-09-26 10:49:32 +08:00
parent 5fe8f3ff29
commit 258b85d98b
1 changed files with 4 additions and 0 deletions

4
updateSubmodules.sh Executable file
View File

@ -0,0 +1,4 @@
git submodule sync
git submodule update --init
git submodule foreach git checkout master
git submodule foreach git pull origin master