Function git

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

Run a git command with the given arguments in the given directory.