Variable: magit-prefer-push-default
magit-prefer-push-default is a customizable variable defined in
magit-remote.el.
Value
nil
Documentation
Whether to prefer remote.pushDefault over per-branch variables.
This variable was added, or its default value changed, in magit version 3.0.0.
Source Code
;; Defined in ~/.emacs.d/elpa/magit-20260411.1452/magit-remote.el
(defcustom magit-prefer-push-default nil
"Whether to prefer `remote.pushDefault' over per-branch variables."
:package-version '(magit . "3.0.0")
:group 'magit-commands
:type 'boolean)