Function: magit-git-fetch

magit-git-fetch is a byte-compiled function defined in magit-fetch.el.

Signature

(magit-git-fetch REMOTE ARGS)

Source Code

;; Defined in ~/.emacs.d/elpa/magit-20260411.1452/magit-fetch.el
(defun magit-git-fetch (remote args)
  (run-hooks 'magit-credential-hook)
  (magit-run-git-async "fetch" remote args))