4 lines
129 B
Bash
Executable File
4 lines
129 B
Bash
Executable File
git submodule update --init --recursive --remote
|
|
git add -A
|
|
git commit -m "Update all subrepos to their latest upstream changes"
|