pub async fn git<S, I>(args: I) -> Result<String>where I: IntoIterator<Item = S>, S: AsRef<OsStr>,
Runs a git command and returns its combined output.
Returns an error if the git command fails.
git