bls_mods/update_subrepo.sh
2021-07-16 04:50:28 +02:00

5 lines
104 B
Bash
Executable File

git submodule update --recursive --remote $1
git add $1 .gitmodules
git commit -m "updated $1"
git push