5 lines
113 B
Plaintext
5 lines
113 B
Plaintext
|
|
git submodule init
|
||
|
|
git submodule update
|
||
|
|
git submodule foreach git checkout master
|
||
|
|
git submodule foreach git pull
|