Variable: treemacs-git-executable

treemacs-git-executable is a customizable variable defined in treemacs-customization.el.

Value

"git"

Documentation

The git executable used by treemacs.

Source Code

;; Defined in ~/.emacs.d/elpa/treemacs-20251226.1307/treemacs-customization.el
(defcustom treemacs-git-executable "git"
  "The git executable used by treemacs."
  :type 'string
  :group 'treemacs-git)