Function: magit-list-remote-branches

magit-list-remote-branches is a byte-compiled function defined in magit-git.el.

Signature

(magit-list-remote-branches &optional REMOTE)

Source Code

;; Defined in ~/.emacs.d/elpa/magit-20260411.1452/magit-git.el
(defun magit-list-remote-branches (&optional remote)
  (magit-list-refs (concat "refs/remotes/" remote)))