Function add_remote_branch

Source
pub fn add_remote_branch(
    info: &BranchAndRemote,
    commit_hash: Option<&str>,
) -> Result<()>
Expand description

Fetches a branch of a remote into local. Optionally accepts a commit hash for versioning.