Function find_git_executable

Source
pub async fn find_git_executable<S: AsRef<str>>(
    min_version: S,
) -> Result<String, Error>
Expand description

Try to find git executable and test if it has the required version