Documentation ¶
Index ¶
- type ErrNeedsRebase
- type GIT
- func (g *GIT) Close() error
- func (g *GIT) CommitAndPush(ctx context.Context, worktree *git.Worktree, ref *plumbing.Reference) (plumbing.Hash, error)
- func (g *GIT) Pull(ctx context.Context, lastKnownCommitHash plumbing.Hash, ...) (_err error)
- func (g *GIT) Read() ([]byte, error)
- func (g *GIT) Write(ctx context.Context, b []byte) (plumbing.Hash, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ErrNeedsRebase ¶
type ErrNeedsRebase struct {
Err error
}
func (ErrNeedsRebase) Error ¶
func (err ErrNeedsRebase) Error() string
func (ErrNeedsRebase) Unwrap ¶
func (err ErrNeedsRebase) Unwrap() error
Click to show internal directories.
Click to hide internal directories.