Function: magit-repolist-fetch
magit-repolist-fetch is an interactive and byte-compiled function
defined in magit-repos.el.
Signature
(magit-repolist-fetch REPOS)
Documentation
Fetch all marked or listed repositories.
Key Bindings
Source Code
;; Defined in ~/.emacs.d/elpa/magit-20260411.1452/magit-repos.el
(defun magit-repolist-fetch (repos)
"Fetch all marked or listed repositories."
(interactive (list (magit-repolist--get-repos ?*)))
(run-hooks 'magit-credential-hook)
(magit-repolist--mapc (##magit-run-git "remote" "update")
repos "Fetching in %s..."))