ensure_git_available

Function ensure_git_available 

Source
pub fn ensure_git_available() -> Result<()>
Expand description

Ensures Git is available on the system or returns a detailed error.

ยงReturn Value

  • Ok(()) if Git is properly installed and accessible
  • Err(AgpmError::GitNotFound) if Git is not available