Skip to main content

git_raw

Function git_raw 

Source
pub async fn git_raw(cwd: &Path, args: &[&str]) -> Result<GitOut>
Expand description

Run git in cwd with args, returning the captured output regardless of exit status.