Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
65
func
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
Push
Function · 0.85
Calls
2
CommandTTY
Function · 0.92
Run
Method · 0.65
Tested by
no test coverage detected