# Functions
Branches returns a list of Git branches in the current repository.
CheckoutBranch will attempt to checkout the branch with the given name.
DeleteBranches will attempt to delete branches with the given names in the current repository.
ErrNotInRepository returns true if the given error occurred because the current working directory is not part of a Git repository.
NewBranch constructs a new Branch structure based on the given branch.
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
# Type aliases
No description provided by the author