pub fn git<S: AsRef<OsStr>>(
repo: &Path,
args: impl IntoIterator<Item = S>,
) -> Result<Output>Expand description
Execute a git command by spawning a child process.
Returns Result::Ok if the command exited successfully.
pub fn git<S: AsRef<OsStr>>(
repo: &Path,
args: impl IntoIterator<Item = S>,
) -> Result<Output>Execute a git command by spawning a child process.
Returns Result::Ok if the command exited successfully.