git submodule update --recursive --remote --merge --force
git status
git add 指定文件夹
git commit -m "update submodule"
git push
参考:https://cloud.tencent.com/developer/ask/83547
https://www.codenong.com/5828324/
--------------------------------------------------------------