class Git::Branch
Defined in:
git/branch.cr
Class Method Summary
Instance Method Summary
Instance methods inherited from class Git::Reference
branch?
branch?,
canonical_name
canonical_name,
finalize
finalize,
log
log,
log?
log?,
name
name,
peel
peel,
remote?
remote?,
resolve
resolve,
tag?
tag?,
target
target,
target_id
target_id,
type
type
Class methods inherited from class Git::Reference
valid_name?(name)
valid_name?
Instance methods inherited from class Git::C_Pointer
finalize
finalize
Instance methods inherited from class Git::C_Value
==(other : self)
==,
to_unsafe
to_unsafe
Class Method Detail
def self.
lookup(repo, branch_name)
#
Instance Method Detail