Uses of Class
org.eclipse.jgit.api.CreateBranchCommand
Packages that use CreateBranchCommand
-
Uses of CreateBranchCommand in org.eclipse.jgit.api
Methods in org.eclipse.jgit.api that return CreateBranchCommandModifier and TypeMethodDescriptionGit.branchCreate()
Return a command object used to create branchesCreateBranchCommand.setForce
(boolean force) Set whether to create the branch forcefullySet the name of the new branchCreateBranchCommand.setStartPoint
(String startPoint) Set the start pointCreateBranchCommand.setStartPoint
(RevCommit startPoint) Set the start pointCreateBranchCommand.setUpstreamMode
(CreateBranchCommand.SetupUpstreamMode mode) Set the upstream mode