Skip to main content

run

Function run 

Source
pub fn run(args: &[&str]) -> Result<String>
Expand description

Run a git command and return stdout on success.

ยงErrors

Returns an error if the git command fails to execute or exits with non-zero status.