Skip to main content

fetch_branch

Function fetch_branch 

Source
pub fn fetch_branch(
    repo_root: &Path,
    remote: &str,
    branch: &str,
) -> Result<(), GitError>
Expand description

Fetch a specific branch from origin.