Git::BranchCollection
Inherits Iterable < Git::NoError < Reference < Object
Constructors
new(repo : Repo)
SourceInstance methods
[](name)
Sourcecreate(name : String, target : Commit, force : Bool = false)
Sourceeach(b_type : BranchType = BranchType::All)
Must return an Iterator over the elements in this collection.
each_name(b_type : BranchType = BranchType::All)
Source