Package | Description |
---|---|
org.eclipse.jgit.api |
High-level API commands (the porcelain of JGit).
|
Modifier and Type | Method and Description |
---|---|
RenameBranchCommand |
Git.branchRename()
Returns a command object used to rename branches
|
RenameBranchCommand |
RenameBranchCommand.setNewName(String newName) |
RenameBranchCommand |
RenameBranchCommand.setOldName(String oldName) |
Copyright © 2013. All rights reserved.