Skip to main content

git_command

Function git_command 

Source
pub fn git_command(
    args: &[&str],
    repo: Option<&Path>,
    check: bool,
    capture: bool,
) -> Result<CommandResult>
Expand description

Run a git command.