pub fn run_git(
args: &[&str],
cwd: &Path,
context: &str,
) -> Result<String, MarsError>Expand description
Run a git command and return stdout on success.
Arguments are passed as an explicit argv array, never through a shell. Errors include context, arguments, exit code, and stderr.