Documentation
¶
Overview ¶
Package git provides methods to handle Git.
Index ¶
Constants ¶
View Source
const ( // Name is the name of this VCS. Name = "git" // Ext of a git repository. Ext = ".git" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type VCS ¶
type VCS struct {
// contains filtered or unexported fields
}
VCS is a Git PrintVersion Control VCS.
func New ¶
func New(client vcs.ClientChooser, auth vcs.BasicAuthentifier) *VCS
New returns a new instance of VCS.
Click to show internal directories.
Click to hide internal directories.