Skip to main content

clone_or_fetch

Function clone_or_fetch 

Source
pub fn clone_or_fetch(url: &str, dest: &Path) -> Result<()>
Expand description

Clone url into dest, or fetch all refs if the repo already exists.