pub fn run_git(repo_path: &Path, args: &[&str]) -> Result<RunOutput, RunError>
Run a git command in a repo directory, returning captured output.
git