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§

enum BranchType {
    Local,
    Remote,
}

Variants§

§

Local

A local branch not on a remote.

§

Remote

A branch for a remote.