Skip to main content

BranchType

Type Alias BranchType 

Source
pub type BranchType = BranchType;
Expand description

Re-export of git2::BranchType. This might change to be an opaque type later.

Aliased Type§

pub enum BranchType {
    Local,
    Remote,
}

Variants§

§

Local

A local branch not on a remote.

§

Remote

A branch for a remote.