Package | Description |
---|---|
org.eclipse.jgit.api |
High-level API commands (the porcelain of JGit).
|
Modifier and Type | Method and Description |
---|---|
ResetCommand |
ResetCommand.addPath(String path) |
ResetCommand |
Git.reset()
Returns a command object to execute a
reset command |
ResetCommand |
ResetCommand.setMode(ResetCommand.ResetType mode) |
ResetCommand |
ResetCommand.setRef(String ref) |
Copyright © 2015 Eclipse JGit Project. All rights reserved.