Package | Description |
---|---|
org.eclipse.jgit.api |
High-level API commands (the porcelain of JGit).
|
Modifier and Type | Method and Description |
---|---|
CreateBranchCommand |
Git.branchCreate()
Return a command object used to create branches
|
CreateBranchCommand |
CreateBranchCommand.setForce(boolean force)
Set whether to create the branch forcefully
|
CreateBranchCommand |
CreateBranchCommand.setName(String name)
Set the name of the new branch
|
CreateBranchCommand |
CreateBranchCommand.setStartPoint(RevCommit startPoint)
Set the start point
|
CreateBranchCommand |
CreateBranchCommand.setStartPoint(String startPoint)
Set the start point
|
CreateBranchCommand |
CreateBranchCommand.setUpstreamMode(CreateBranchCommand.SetupUpstreamMode mode)
Set the upstream mode
|
Copyright © 2018 Eclipse JGit Project. All rights reserved.