Documentation ¶ Index ¶ Variables func Add() error func Commit(message string) error func Init() error func Pull() error func Push() error func SemverStatus() (*semver.Version, []*semver.Change, error) func Stash(name string) error func StashPop() error Constants ¶ This section is empty. Variables ¶ View Source var ( Worktree *git.Worktree Repo *git.Repository GitInstalled bool GitBin string ) Functions ¶ func Add ¶ func Add() error Add starts a interactive git add func Commit ¶ func Commit(message string) error func Init ¶ func Init() error func Pull ¶ func Pull() error func Push ¶ func Push() error func SemverStatus ¶ func SemverStatus() (*semver.Version, []*semver.Change, error) func Stash ¶ func Stash(name string) error func StashPop ¶ func StashPop() error Types ¶ This section is empty. Source Files ¶ View all Source files add.gocommit.gogit.gopull.gopush.gosemver.gostash.go Click to show internal directories. Click to hide internal directories.