Function: magit-get
magit-get is a byte-compiled function defined in magit-git.el.
Signature
(magit-get &rest KEYS)
Documentation
Return the value of the Git variable specified by KEYS.
Source Code
;; Defined in ~/.emacs.d/elpa/magit-20260411.1452/magit-git.el
(defun magit-get (&rest keys)
"Return the value of the Git variable specified by KEYS."
(car (last (apply #'magit-get-all keys))))