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 GitCloneCommand. call()GitInitCommand. call()static GitGit. open(File dir)Open repositorystatic GitGit. open(File dir, FS fs)Open repositorystatic GitGit. wrap(Repository repo)Wrap repository
-