Skip to main content

fetch_to_bare

Function fetch_to_bare 

Source
pub fn fetch_to_bare(
    bare_repo_path: &Path,
    remote_url: &str,
) -> Result<(), GitError>
Expand description

Fetch from a remote URL into a bare repository.