7 lines
189 B
Bash
7 lines
189 B
Bash
# if you are updating an existing checkout
|
|
git submodule sync
|
|
git submodule update --init --recursive
|
|
|
|
# if you want to push every to tip
|
|
# git submodule update --init --recursive --remote
|