git submodule的使用

程序员小x小于 1 分钟git

git submodule的使用

git clone git@github.com:zgjsxx/submodule_parent.git

git submodule add git@github.com:zgjsxx/submodule_child.git third_party

Loading...