Skip to main content

clone_local

Function clone_local 

Source
pub fn clone_local(
    source: &Path,
    dest: &Path,
    branch: &str,
) -> Result<(), Error>
Expand description

Clone from a local repo directory (fast, shares objects via hardlinks).