寂寞朋友

文章
4
资源
0
加入时间
4年2月16天

git Submodule的使用

当一个项目需要包含其他支持项目源码时使用的功能,作用是两个项目是独立的,且主项目可以使用另一个支持项目。git submodule add <submodule_url> # 添加子项目添加子项目后会出现.gitmodules的文件,这是一个配置文件,记录mapping between the project's URL and the local subdirector...