Documentation ¶
Overview ¶
Package git implements helpers for interacting with git
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrNoHeadBranch is returned when a repository's HEAD (aka default) branch cannot // be determine ErrNoHeadBranch = errors.New("failed to find a head branch, does one exist?") // ErrNoRemoteHeadBranch is returned when a repository's remote default/HEAD branch // cannot be determined. ErrNoRemoteHeadBranch = errors.New("failed to get head branch from remote origin") )
This block contains errors and regexes
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.