- 拉取子模块代码
git submodule update --remote --merge src/app/jm - 推送子模块代码
cd src/app/jm
git add . && git commit -m "xxxxx" && git push
cd ../../../
git add . && git commit -m "src/app/jm commit" && git push
本文标题:git submodule的使用
本文链接:https://www.haomeiwen.com/subject/uwmlnttx.html
网友评论