Function: magit-fetch-all
magit-fetch-all is an autoloaded, interactive and byte-compiled
function defined in magit-fetch.el.
Signature
(magit-fetch-all ARGS)
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 (args)
"Fetch from all remotes."
(interactive (list (magit-fetch-arguments)))
(magit-git-fetch nil (cons "--all" args)))