Skip to main content

git_run

Function git_run 

Source
pub fn git_run(repo_root: &Path, args: &[&str]) -> Result<(), GitError>
Expand description

Run a git command and return an error on failure.