package
1.23.1
Repository: https://github.com/tkw1536/ggman.git
Documentation: pkg.go.dev

# Functions

NewGitFromPlumbing creates a new Git wrapping a specific Plumbing.
NewPlumbing returns an implementation of a plumbing that has no external dependencies.

# Variables

ErrArgumentsUnsupported is an error that is returned when arguments are not supported by a Plumbing.
ErrCloneAlreadyExists is an error that is returned when an operation can not be completed because a clone at the provided path already exists.
ErrNotARepository is an error that is returned when the clonePath parameter is not a repository.
No description provided by the author

# Structs

ExitError is an error that indicates the 'git' process exited abnormally This type is compatible with https://golang.org/pkg/errors/.

# Interfaces

Git represents a wrapper around a Plumbing instance.
Plumbing is an interface that represents a working internal implementation of git.