class

Git::BranchCollection

Inherits Iterable < Git::NoError < Reference < Object

Constructors

new(repo : Repo)
Source

Instance methods

[](name)
Source
create(name : String, target : Commit, force : Bool = false)
Source
each(b_type : BranchType = BranchType::All, &)
Source
each(b_type : BranchType = BranchType::All)

Must return an Iterator over the elements in this collection.

Source
each_name(b_type : BranchType = BranchType::All)
Source