Uses of Class
org.eclipse.jgit.api.ResetCommand
-
Packages that use ResetCommand Package Description org.eclipse.jgit.api High-level API commands (the porcelain of JGit). -
-
Uses of ResetCommand in org.eclipse.jgit.api
Methods in org.eclipse.jgit.api that return ResetCommand Modifier and Type Method Description ResetCommand
ResetCommand. addPath(java.lang.String path)
ResetCommand
Git. reset()
Returns a command object to execute areset
commandResetCommand
ResetCommand. setMode(ResetCommand.ResetType mode)
ResetCommand
ResetCommand. setRef(java.lang.String ref)
-