pub fn fetch_to_bare( bare_repo_path: &Path, remote_url: &str, ) -> Result<(), GitError>
Fetch from a remote URL into a bare repository.