Next: Pushing, Previous: Fetching, Up: Transferring [Contents][Index]
For information about the differences between the upstream and the push-remote, see Branching.
Also see the git-pull(1) manpage.
magit-pull-popup
)This prefix command shows the following suffix commands in a popup buffer.
magit-pull-from-pushremote
)Pull from the push-remote of the current branch.
magit-pull-from-upstream
)Pull from the upstream of the current branch.
magit-pull
)Pull from a branch read in the minibuffer.
Instead of using one popup for fetching and another for pulling, you
could also use magit-pull-and-fetch-popup
. See its doc-string for
more information.