is_git_installed

Function is_git_installed 

Source
pub fn is_git_installed() -> bool
Expand description

Checks if Git is installed and accessible on the system.

ยงReturn Value

  • true if Git is installed and responding to --version commands
  • false if Git is not found, not in PATH, or not executable