Function: magit-run-git-gui

magit-run-git-gui is an autoloaded, interactive and byte-compiled function defined in magit-extras.el.

Signature

(magit-run-git-gui)

Documentation

Run git gui for the current git repository.

Key Bindings

Source Code

;; Defined in ~/.emacs.d/elpa/magit-20260411.1452/magit-extras.el
;;;###autoload
(defun magit-run-git-gui ()
  "Run `git gui' for the current git repository."
  (interactive)
  (magit-with-toplevel (magit-process-git 0 "gui")))