Function: magit-fetch-all-no-prune

magit-fetch-all-no-prune is an autoloaded, interactive and byte-compiled function defined in magit-fetch.el.

Signature

(magit-fetch-all-no-prune)

Documentation

Fetch from all remotes.

Key Bindings

Source Code

;; Defined in ~/.emacs.d/elpa/magit-20260411.1452/magit-fetch.el
;;;###autoload
(defun magit-fetch-all-no-prune ()
  "Fetch from all remotes."
  (interactive)
  (run-hooks 'magit-credential-hook)
  (magit-run-git-async "remote" "update"))