5 lines
104 B
Bash
5 lines
104 B
Bash
|
git submodule update --recursive --remote $1
|
||
|
git add $1 .gitmodules
|
||
|
git commit -m "updated $1"
|
||
|
git push
|