添加submodule:
git submodule add <url> <本地目錄>
例如:
git submodule add git@git.xxx.com:xx/xx/xx.git name
克隆主工程拉取submodule的命令:
先執(zhí)行:
git submodule init
在執(zhí)行:
git submodule update
submodule刪除命令:
git rm -r xxx
xxx是path
添加submodule:
git submodule add <url> <本地目錄>
例如:
git submodule add git@git.xxx.com:xx/xx/xx.git name
克隆主工程拉取submodule的命令:
先執(zhí)行:
git submodule init
在執(zhí)行:
git submodule update
submodule刪除命令:
git rm -r xxx
xxx是path