Function clone_repo

Source
fn clone_repo(repo: String, target_dir: &Path) -> Result<(), RepoUpdateError>
Expand description

Clone a git repository into a target directory.