git

Function git 

Source
pub async fn git<S, I>(args: I) -> Result<String>
where I: IntoIterator<Item = S>, S: AsRef<OsStr>,
Expand description

Runs a git command and returns its combined output.

ยงErrors

Returns an error if the git command fails.