Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CloneCommand ¶
type CloneCommand struct {
Meta
WorkDirConfig
Progress bool
Args []string
}
CloneCommand implements the cli.Command interface to clone a group
type Meta ¶ added in v0.0.5
Meta ...
func (*Meta) AskCredentials ¶ added in v0.0.5
AskCredentials prompts for username and password
func (*Meta) Fatal ¶ added in v0.0.5
func (m *Meta) Fatal(v ...interface{})
Fatal outputs message in the UI and exits with exit code 1
func (*Meta) FatalError ¶ added in v0.0.5
FatalError outputs error in the UI and exits with exit code 1, noop if error is nil
type PullCommand ¶
type PullCommand struct {
Meta
WorkDirConfig
WorkDir string
}
PullCommand implements the cli.Command interface to run git pull on every cloned project in group
type UpdateCommand ¶
type UpdateCommand struct {
Meta
}
UpdateCommand implements the cli.Command interface to self update git-group binary
Click to show internal directories.
Click to hide internal directories.