package
0.0.0-20190918161012-61a96abf9cae
Repository: https://github.com/coinbase/watchdog.git
Documentation: pkg.go.dev

# Functions

New returns a new instance of Git object.
WithGitUserEmail configures user and email for git commits.
WithIgnoreKnownHosts is a functional option used to disable ssh known hosts option.
WithRSAKey is a option to configure git client with RSA key.

# Variables

ErrDirtyBranch is returned if the branch is dirty.
ErrInvalidBranch is returned if the branch does not exist.
ErrUninitializedAuth is returned if the auth object was not set.

# Structs

Git represents an abstraction over git.

# Interfaces

Client is an interface which describes a git client.

# Type aliases

Option is a functional parameter.