Next: Pulling, Previous: Remotes, Up: Transferring [Contents][Index]
For information about the differences between the upstream and the push-remote, see Branching.
Also see the git-fetch(1) manpage.
magit-fetch-popup
)This prefix command shows the following suffix commands along with the appropriate infix arguments in a popup buffer.
magit-fetch-from-pushremote
)Fetch from the push-remote of the current branch.
magit-fetch-from-upstream
)Fetch from the upstream of the current branch.
magit-fetch
)Fetch from another repository.
magit-fetch-branch
)Fetch a branch from a remote, both of which are read from the minibuffer.
magit-fetch-refspec
)Fetch from a remote using an explicit refspec, both of which are read from the minibuffer.
magit-fetch-all
)Fetch from all remotes.
magit-submodule-fetch
)Fetch all submodules. With a prefix argument fetch all remotes of all submodules.
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.