MCPcopy Index your code
hub / github.com/rilldata/rill / RemoteName

Method RemoteName

cli/pkg/gitutil/gitutil.go:60–65  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

58}
59
60func (g *Config) RemoteName() string {
61 if g.ManagedRepo {
62 return "__rill_remote"
63 }
64 return "origin"
65}
66
67func CloneRepo(repoURL string) (string, error) {
68 endpoint, err := transport.NewEndpoint(repoURL)

Callers 12

CommitAndSafePushMethod · 0.80
GitStatusMethod · 0.80
GitPullMethod · 0.80
GitPushMethod · 0.80
CommitAndPushFunction · 0.80
CloneFunction · 0.80
GitFetchFunction · 0.80
SetRemoteFunction · 0.80
ListBranchesMethod · 0.80
StatusMethod · 0.80
PullMethod · 0.80
CommitAndPushMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected