Uses of Class
org.eclipse.jgit.api.Git
-
Packages that use Git Package Description org.eclipse.jgit.api High-level API commands (the porcelain of JGit). -
-
Uses of Git in org.eclipse.jgit.api
Methods in org.eclipse.jgit.api that return Git Modifier and Type Method Description Git
CloneCommand. call()
Executes theClone
command.Git
InitCommand. call()
Executes theInit
command.static Git
Git. open(File dir)
static Git
Git. open(File dir, FS fs)
static Git
Git. wrap(Repository repo)
-