MCPcopy Index your code
hub / github.com/jetify-com/devbox / push

Function push

internal/pullbox/git/push.go:65–70  ·  view source on GitHub ↗
(dir string)

Source from the content-addressed store, hash-verified

63}
64
65func push(dir string) error {
66 cmd := cmdutil.CommandTTY("git", "push")
67 cmd.Dir = dir
68 err := cmd.Run()
69 return errors.WithStack(err)
70}

Callers 1

PushFunction · 0.85

Calls 2

CommandTTYFunction · 0.92
RunMethod · 0.65

Tested by

no test coverage detected