Function: magit-run-gitk-branches

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

Signature

(magit-run-gitk-branches)

Documentation

Run gitk --branches in the current repository.

Key Bindings

Source Code

;; Defined in ~/.emacs.d/elpa/magit-20260411.1452/magit-extras.el
;;;###autoload
(defun magit-run-gitk-branches ()
  "Run `gitk --branches' in the current repository."
  (interactive)
  (magit-process-file magit-gitk-executable nil 0 nil "--branches"))