MCPcopy
hub / github.com/cli/cli / UpdateBranch

Method UpdateBranch

pkg/cmd/repo/sync/git.go:12–12  ·  view source on GitHub ↗
(string, string)

Source from the content-addressed store, hash-verified

10type gitClient interface {
11 CurrentBranch() (string, error)
12 UpdateBranch(string, string) error
13 CreateBranch(string, string, string) error
14 Fetch(string, string) error
15 HasLocalBranch(string) bool

Callers 1

executeLocalRepoSyncFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected