pub fn check_git_available() -> Result<()>
Check whether git is available in PATH.
git
Binary-presence probe; the working directory has no effect on git --version, so this function deliberately has no _in sibling.
git --version
_in