git_pull

Function git_pull 

Source
fn git_pull(repo_dir: &Path, branch: &str) -> Result<()>
Expand description

Update an existing cached repository via fetch + hard reset.