Function git_commands::git[][src]

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

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