Skip to main content

fetch_from_remote

Function fetch_from_remote 

Source
pub fn fetch_from_remote(
    repo_path: &Path,
    remote_name: &str,
) -> Result<(), GitError>
Expand description

Fetch from a named remote in the repository.