# Functions
New instanciate a new Git struct.
WithGithubCredentials sets the Github username and password used to clone repositories with HTTPS protocol.
WithRemote sets the remote attached to cloning URL.
WithSSHSigner sets the ssh.Signer used to clone repositories with ssh protocol.
# Interfaces
Cloner is the interface that wraps the Clone method.
OpenCloner is the interface that wraps the Open and Clone methods.
Open is the interface that wraps the Open method.
# Type aliases
No description provided by the author