Shallow clone with JGIT

后端 未结 1 1035
佛祖请我去吃肉
佛祖请我去吃肉 2020-12-16 12:50

How I can do

git clone --depth 1 ...

with JGIT library?

相关标签:
1条回答
  • 2020-12-16 13:32

    You can't, JGit doesn't yet support shallow clones on the client side (it does on the server side, though).

    0 讨论(0)
提交回复
热议问题