Package | Description |
---|---|
org.eclipse.jgit.api |
High-level API commands (the porcelain of JGit).
|
Modifier and Type | Method and Description |
---|---|
RenameBranchCommand |
Git.branchRename()
Return a command object used to rename branches
|
RenameBranchCommand |
RenameBranchCommand.setNewName(String newName)
Sets the new short name of the branch.
|
RenameBranchCommand |
RenameBranchCommand.setOldName(String oldName)
Sets the old name of the branch.
|
Copyright © 2019 Eclipse JGit Project. All rights reserved.