add a shell script someone wrote
This commit is contained in:
parent
ba55cfd2ca
commit
f4d93aa2b6
4
update_subrepo.sh
Executable file
4
update_subrepo.sh
Executable file
@ -0,0 +1,4 @@
|
||||
git submodule update --recursive --remote $1
|
||||
git add $1 .gitmodules
|
||||
git commit -m "updated $1"
|
||||
git push
|
Loading…
x
Reference in New Issue
Block a user