MCPcopy
hub / github.com/six2dez/OneListForAll / gitCmd

Function gitCmd

cmd/olfa/main.go:511–516  ·  view source on GitHub ↗
(args ...string)

Source from the content-addressed store, hash-verified

509}
510
511func gitCmd(args ...string) error {
512 cmd := exec.Command("git", args...)
513 cmd.Stdout = os.Stdout
514 cmd.Stderr = os.Stderr
515 return cmd.Run()
516}
517
518func die(err error) {
519 fmt.Fprintln(os.Stderr, "error:", err)

Callers 1

runPipelineFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected