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/
--------------------------------------------------------------