Package | Description |
---|---|
org.eclipse.jgit.api |
High-level API commands (the porcelain of JGit).
|
Modifier and Type | Method | Description |
---|---|---|
static InitCommand |
Git.init() |
Returns a command object to execute a
init command |
InitCommand |
InitCommand.setBare(boolean bare) |
|
InitCommand |
InitCommand.setDirectory(File directory) |
The optional directory associated with the init operation.
|
InitCommand |
InitCommand.setGitDir(File gitDir) |
Copyright © 2018. All rights reserved.