Function: magit-list-local-branches
magit-list-local-branches is a byte-compiled function defined in
magit-git.el.
Signature
(magit-list-local-branches)
Documentation
Return list of local branches.
Source Code
;; Defined in ~/.emacs.d/elpa/magit-20260822.1158/magit-git.el
(defun magit-list-local-branches ()
"Return list of local branches."
(magit-list-refs "refs/heads"))