Package | Description |
---|---|
org.eclipse.jgit.api |
High-level API commands (the porcelain of JGit).
|
Modifier and Type | Method | Description |
---|---|---|
RmCommand |
RmCommand.addFilepattern(String filepattern) |
|
RmCommand |
Git.rm() |
Returns a command object to execute a
rm command |
RmCommand |
RmCommand.setCached(boolean cached) |
Only remove the specified files from the index.
|
Copyright © 2018. All rights reserved.