Function crev_lib::util::git::clone

source ·
pub fn clone<P: AsRef<Path>>(url: &str, path: P) -> Result<Repository, Error>
Expand description

Make a git clone with the default fetch options