pub fn git_run(repo_root: &Path, args: &[&str]) -> Result<(), GitError>
Run a git command and return an error on failure.