MCPcopy Create free account
hub / github.com/cli/cli / UpdateBranch

Method UpdateBranch

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

Source from the content-addressed store, hash-verified

9type gitClient interface {
10 CurrentBranch() (string, error)
11 UpdateBranch(string, string) error
12 Worktrees() ([]git.Worktree, error)
13 CreateBranch(string, string, string) error
14 Fetch(string, string) error

Callers 1

executeLocalRepoSyncFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected