Package | Description |
---|---|
org.eclipse.jgit.api |
High-level API commands (the porcelain of JGit).
|
Modifier and Type | Method and Description |
---|---|
PullCommand |
Git.pull()
Returns a command object to execute a
Pull command |
PullCommand |
PullCommand.setProgressMonitor(ProgressMonitor monitor) |
PullCommand |
PullCommand.setRebase(boolean useRebase)
Set if rebase should be used after fetching.
|
Copyright © 2013. All rights reserved.