Enum git2::BranchType
[−]
[src]
pub enum BranchType { Local, Remote, }
An enumeration for the possible types of branches
Variants
Local | A local branch not on a remote. |
Remote | A branch for a remote. |