MCPcopy Create free account
hub / github.com/blobcache/blobcache / gitPush

Function gitPush

src/schema/bcgit/remote_test.go:191–193  ·  view source on GitHub ↗
(t testing.TB, te testEnv, remoteName, branch string)

Source from the content-addressed store, hash-verified

189}
190
191func gitPush(t testing.TB, te testEnv, remoteName, branch string) {
192 cmd(t, te, "git", "push", "-u", remoteName, branch)
193}
194
195func gitPushAllTags(t testing.TB, te testEnv, remoteName string) {
196 // to anyone reading this, don't do this on a real project, always push specific tags

Callers 2

TestPushBranchFunction · 0.85
TestPushPullFunction · 0.85

Calls 1

cmdFunction · 0.85

Tested by

no test coverage detected