5 lines
135 B
Bash
5 lines
135 B
Bash
|
git submodule sync
|
||
|
git submodule update --init
|
||
|
git submodule foreach git checkout master
|
||
|
git submodule foreach git pull origin master
|