pub fn fetch_branch( repo_root: &Path, remote: &str, branch: &str, ) -> Result<(), GitError>
Fetch a specific branch from origin.