Variable: magit-published-branches
magit-published-branches is a customizable variable defined in
magit-branch.el.
Value
("origin/master")
Documentation
List of branches that are considered to be published.
This variable was added, or its default value changed, in magit version 2.13.0.
Source Code
;; Defined in ~/.emacs.d/elpa/magit-20260411.1452/magit-branch.el
(defcustom magit-published-branches '("origin/master")
"List of branches that are considered to be published."
:package-version '(magit . "2.13.0")
:group 'magit-commands
:type '(repeat string))