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克隆的主要内容,如果未能解决你的问题,请参考以下文章