Function get_absolute_git_command

Source
pub fn get_absolute_git_command(git_command: &str) -> Result<String>
Expand description

Find the absolute path to the git executable to run TODO: This must be cached. It makes a which request every time a command runs