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,
}
pub type BranchType = BranchType;
Re-export of git2::BranchType
. This might change to be an opaque type later.
enum BranchType {
Local,
Remote,
}