Optional
Readonly
branchThe name of the branch to pull form. This is required when one performs a git pull
from a remote which is not
the default remote tracking of the currently active branch.
Optional
Readonly
rebaseWhen true, rebase the current branch on top of the upstream branch after fetching.
Optional
Readonly
remoteThe name of the remote to pull from. If not given, then the default remote will be used. Defaults to the origin
.
Options for the
git pull
command.