pub fn git_clone( repo_url: &str, target_dir: &Path, ref_: Option<&str>, ) -> Result<()>
Clone a git repository