git submodules -j8参数的使用
8个月前 • 345次点击 • 来自 其他
原文链接How to “git clone” including submodules?
git clone --recurse-submodules -j8 git://github.com/foo/bar.git
-j8 is an optional performance optimization that became available in version 2.8, and fetches up to 8 submodules at a time in parallel