- add:
git submodule add ssh://bla submodule_dir
- init:
git submodule init
- update:
git submodule update --init --recursive
git submodule foreach git pull origin master
git submodule add ssh://bla submodule_dir
git submodule init
git submodule update --init --recursive
git submodule foreach git pull origin master
本文标题:submodule
本文链接:https://www.haomeiwen.com/subject/ptfyhttx.html
网友评论