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

TypeAlias PushDefault

git/client.go:507–507  ·  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

505// PushDefault defines the action git push should take if no refspec is given.
506// See: https://git-scm.com/docs/git-config#Documentation/git-config.txt-pushdefault
507type PushDefault string
508
509const (
510 PushDefaultNothing PushDefault = "nothing"

Callers 1

ParsePushDefaultFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected