3 lines
70 B
Bash
3 lines
70 B
Bash
git submodule deinit --all -f
|
|
git submodule update --recursive --init
|
git submodule deinit --all -f
|
|
git submodule update --recursive --init
|