删除:
git rm submodule_name
commit 之后
新建:
git submodule add git_clone_url
更新:
git submodule update --remote
删除:
git rm submodule_name
commit 之后
新建:
git submodule add git_clone_url
更新:
git submodule update --remote