flea/update-submodules.sh
2024-03-20 00:33:12 +04:00

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"