git submodule 使用小结Git Submodule 允许一个git仓库,作为另一个git仓库的子目录,并且保持父项目和子项目相互独立。 添加子仓库 $ git submodule add <仓库地址> <本地路径> 莫林...大约 2 分钟gitgit submodule