MCPcopy
hub / github.com/cli/cli / Pull

Method Pull

pkg/cmd/extension/git.go:54–56  ·  view source on GitHub ↗
(remote, branch string)

Source from the content-addressed store, hash-verified

52}
53
54func (g *gitExecuter) Pull(remote, branch string) error {
55 return g.client.Pull(context.Background(), remote, branch)
56}
57
58func (g *gitExecuter) Remotes() (git.RemoteSet, error) {
59 return g.client.Remotes(context.Background())

Callers

nothing calls this directly

Calls 1

PullMethod · 0.65

Tested by

no test coverage detected