# 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/.