Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Git ¶
type Git interface {
// Path - current git repo path
Path() *string
// Sync - Sync a git repo, clone if is a new one, update otherwise
// |bool| indicate that whether repo is updated
Sync() (bool, 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.