Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CLIGit ¶ added in v1.4.0
type CLIGit struct {
// contains filtered or unexported fields
}
CLIGit - a set of git commands via local cli git
type Git ¶
type Git interface { // Path - current git repo path Path() *string // Sync - Syna a git repo, clone if is a new one, update otherwise Sync() error }
Git - a set of git commands to one git repository and one local path
Click to show internal directories.
Click to hide internal directories.