Search code examples
javagitshallow-copyjgit

Shallow clone with JGIT


How I can do

git clone --depth 1 ...

with JGIT library?


Solution

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