Documentation
¶
Overview ¶
Package branch provides types and functions for working with git branches.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Branch ¶
type Branch struct {
// contains filtered or unexported fields
}
Branch represents a git branch with its name.
It encapsulates the branch name and provides methods to interact with it.
Click to show internal directories.
Click to hide internal directories.