# Functions
Clone produces a local clone of the remote git repository at the specified URL and returns an implementation of the Repo interface that is stateful and NOT suitable for use across multiple goroutines.
CloneBare produces a local, bare clone of the remote Git repository at the specified URL and returns an implementation of the BareRepo interface that is stateful and NOT suitable for use across multiple goroutines.
No description provided by the author
No description provided by the author
No description provided by the author
# Constants
FilterBlobless is a filter that excludes blobs from the clone.
No description provided by the author
# Structs
AddWorkTreeOptions represents options for adding a working tree to a bare repository.
BareCloneOptions represents options for cloning a Git repository without a working tree.
ClientOptions represents options for a repository-specific Git client.
CloneOptions represents options for cloning a Git repository with a single working tree.
No description provided by the author
CommitOptions represents options for committing changes to a git repository.
No description provided by the author
No description provided by the author
No description provided by the author
PushOptions represents options for pushing changes to a remote git repository.
RepoCredentials represents the credentials for connecting to a private git repository.
TagMetadata represents metadata associated with a Git tag.
User represents the user contributing to a git repository.
# Type aliases
No description provided by the author