bls_mods/update_subrepo.sh

5 lines
104 B
Bash
Raw Normal View History

2021-07-16 04:50:28 +02:00
git submodule update --recursive --remote $1
git add $1 .gitmodules
git commit -m "updated $1"
git push