忘记使用

我从github中克隆了一个git仓库,其中有子模块。 我忘记了在克隆时使用--recursive选项。 现在有办法拉动子模块吗?


如何`git克隆`包括子模块? 对这个问题有一个答案。 做就是了:

cd my-just-cloned-repo
git submodule update --init --recursive

并且应该为您获取您的子模块。

链接地址: http://www.djcxy.com/p/92407.html

上一篇: forgot to use

下一篇: Git: How to handle git libraries in project