Function run_git

Source
pub fn run_git(working_dir: &Path, args: &[&str]) -> Result<ExitStatus>
Expand description

Run git in working_dir with all provided args.