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