Next: , Previous: , Up: Transferring   [Contents][Index]


7.3 Pulling

For information about the differences between the upstream and the push-remote, see Branching.

Also see the git-pull(1) manpage.

F     (magit-pull-popup)

This prefix command shows the following suffix commands in a popup buffer.

F p     (magit-pull-from-pushremote)

Pull from the push-remote of the current branch.

F u     (magit-pull-from-upstream)

Pull from the upstream of the current branch.

F e     (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.