Documentation ¶
Index ¶
- type Client
- func (c Client) AddAndCommit(workingDir, file, message string) error
- func (c Client) AddWorktree(path, remote, branch string) error
- func (c Client) GetOwnerAndRepo(workingDir, remote string) (string, string, error)
- func (c Client) ListRemoteBranches(remote string) ([]string, error)
- func (c Client) Push(workingDir, remote, branch, token string) error
- func (c Client) RemoveWorktree(path string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func (Client) AddAndCommit ¶
func (Client) AddWorktree ¶
func (Client) GetOwnerAndRepo ¶
func (Client) ListRemoteBranches ¶
func (Client) RemoveWorktree ¶
Click to show internal directories.
Click to hide internal directories.