Skip to main content

git

Function git 

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

Run git with args in the repository’s working directory: its stdout when it exits successfully, its stderr otherwise.