Class SubmoduleInitCommand

java.lang.Object
org.eclipse.jgit.api.GitCommand<Collection<String>>
org.eclipse.jgit.api.SubmoduleInitCommand
All Implemented Interfaces:
Callable<Collection<String>>

public class SubmoduleInitCommand extends GitCommand<Collection<String>>
A class used to execute a submodule init command. This will copy the 'url' and 'update' fields from the working tree .gitmodules file to a repository's config file for each submodule not currently present in the repository's config file.
See Also: