MCPcopy Create free account
hub / github.com/dotzero/git-profile / Git

Struct Git

internal/git/git.go:14–16  ·  view source on GitHub ↗

Git is a vcs

Source from the content-addressed store, hash-verified

12
13// Git is a vcs
14type Git struct {
15 exec func(name string, arg ...string) *exec.Cmd
16}
17
18// New initializes and returns a new Git
19func New() *Git {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected