PullCommand |
Git.pull() |
Return a command object to execute a Pull command
|
PullCommand |
PullCommand.setFastForward(MergeCommand.FastForwardMode fastForwardMode) |
Set the fast forward mode.
|
PullCommand |
PullCommand.setProgressMonitor(ProgressMonitor monitor) |
Set progress monitor
|
PullCommand |
PullCommand.setRebase(boolean useRebase) |
Set if rebase should be used after fetching.
|
PullCommand |
PullCommand.setRebase(BranchConfig.BranchRebaseMode rebaseMode) |
|
PullCommand |
PullCommand.setRecurseSubmodules(SubmoduleConfig.FetchRecurseSubmodulesMode recurse) |
Set the mode to be used for recursing into submodules.
|
PullCommand |
PullCommand.setRemote(String remote) |
The remote (uri or name) to be used for the pull operation.
|
PullCommand |
PullCommand.setRemoteBranchName(String remoteBranchName) |
The remote branch name to be used for the pull operation.
|
PullCommand |
PullCommand.setStrategy(MergeStrategy strategy) |
Set the @{code MergeStrategy}
|
PullCommand |
PullCommand.setTagOpt(TagOpt tagOpt) |
Set the specification of annotated tag behavior during fetch
|