【发布时间】:2012-07-13 14:04:09
【问题描述】:
我该怎么做
git clone --depth 1 ...
使用 JGIT 库?
【问题讨论】:
标签: java git shallow-copy jgit
我该怎么做
git clone --depth 1 ...
使用 JGIT 库?
【问题讨论】:
标签: java git shallow-copy jgit
你不能,JGit 还不支持client side 上的浅层克隆(不过,server side 上支持)。
【讨论】:
git clone --depth 但是尚未实现,请参阅 bug 475615: Support "git clone --depth" in CloneCommand