Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrGitNotFound = errors.New("git not found on PATH") ErrNotInRepo = errors.New("current directory is not a git repository") ErrDirtyGit = errors.New("git is in a dirty state") )
Errors for the setup stage.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.