git submodule的使用2017-03-15 本文已影响21人 浩3108 拉取子模块代码 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