markdown 使用supmodules的Git克隆

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了markdown 使用supmodules的Git克隆相关的知识,希望对你有一定的参考价值。

With version 2.13 of Git and later, --recurse-submodules can be used instead of --recursive:

`git clone --recurse-submodules -j8 git://github.com/foo/bar.git`

__Editor’s note: -j8 is an optional performance optimization that became available in version 2.8, and fetches up to 8 submodules at a time in parallel — see man git-clone.__


以上是关于markdown 使用supmodules的Git克隆的主要内容,如果未能解决你的问题,请参考以下文章

markdown 使用`git flow`命令与raw`git`命令的比较。

markdown Git经常使用的命令

markdown git的使用随笔

markdown 使用git push为项目部署创建一个裸的远程git存储库

markdown 使用git flow

markdown 使用Git管理实时网站