Function: magit-list-branches

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

Signature

(magit-list-branches)

Documentation

Return list of local and remote-tracking branches.

Source Code

;; Defined in ~/.emacs.d/elpa/magit-20260822.1158/magit-git.el
(defun magit-list-branches ()
  "Return list of local and remote-tracking branches."
  (magit-list-refs (list "refs/heads" "refs/remotes")))