pub fn clone_or_fetch(url: &str, dest: &Path) -> Result<(), GitError>
Clone url into dest if empty; otherwise git fetch in place.
url
dest
git fetch