Documentation
¶
Overview ¶
Package git provides git operations commands for batch-tool.
Index ¶
- func Branch(ctx context.Context, ch output.Channel) error
- func Cmd() *cobra.Command
- func Commit(ctx context.Context, ch output.Channel) error
- func Push(ctx context.Context, ch output.Channel) error
- func Status(ctx context.Context, ch output.Channel) error
- func Update(ctx context.Context, ch output.Channel) error
- func ValidateBranch(ctx context.Context, ch output.Channel) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Commit ¶ added in v0.9.6
Commit stages all changes, creates a commit, and pushes it to the remote repository.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.