MCPcopy Index your code
hub / github.com/cli/cli / PushDefault

TypeAlias PushDefault

git/client.go:445–445  ·  view source on GitHub ↗

PushDefault defines the action git push should take if no refspec is given. See: https://git-scm.com/docs/git-config#Documentation/git-config.txt-pushdefault

Source from the content-addressed store, hash-verified

443// PushDefault defines the action git push should take if no refspec is given.
444// See: https://git-scm.com/docs/git-config#Documentation/git-config.txt-pushdefault
445type PushDefault string
446
447const (
448 PushDefaultNothing PushDefault = "nothing"

Callers 1

ParsePushDefaultFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected