Function: magit-git-exit-code

magit-git-exit-code is a byte-compiled function defined in magit-git.el.

Signature

(magit-git-exit-code &rest ARGS)

Documentation

Execute Git with ARGS, returning its exit code.

Source Code

;; Defined in ~/.emacs.d/elpa/magit-20260411.1452/magit-git.el
(defun magit-git-exit-code (&rest args)
  "Execute Git with ARGS, returning its exit code."
  (magit-process-git nil args))