Uses of Class
org.eclipse.jgit.api.InitCommand
-
Packages that use InitCommand Package Description org.eclipse.jgit.api High-level API commands (the porcelain of JGit). -
-
Uses of InitCommand in org.eclipse.jgit.api
Methods in org.eclipse.jgit.api that return InitCommand Modifier and Type Method Description static InitCommand
Git. init()
Returns a command object to execute ainit
commandInitCommand
InitCommand. setBare(boolean bare)
InitCommand
InitCommand. setDirectory(File directory)
The optional directory associated with the init operation.InitCommand
InitCommand. setGitDir(File gitDir)
-