Skip to content
#

jgit

Here are 45 public repositories matching this topic...

freudi74
freudi74 commented Oct 9, 2019

I'm trying to clone/checkout a git repository using grgit, that has submodules.
Using git from commandline that can be done using:
git clone --recurse-submodules
There seem to be no way to do that with grgit, or am I missing something?
JGit seem to have a setCloneSubmodules(boolean) method in the CloneCommand class. Can support to use that be added to grgit?

Improve this page

Add a description, image, and links to the jgit topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the jgit topic, visit your repo's landing page and select "manage topics."

Learn more