Documentation
¶
Overview ¶
Push https://git-scm.com/docs/git-push git push [--all | --mirror | --tags] [--follow-tags] [--atomic] [-n | --dry-run] [--receive-pack=<git-receive-pack>]
[--repo=<repository>] [-f | --force] [-d | --delete] [--prune] [-v | --verbose] [-u | --set-upstream] [--push-option=<string>] [--[no-]signed|--sign=(true|false|if-asked)] [--force-with-lease[=<refname>[:<expect>]]] [--no-verify] [<repository> [<refspec>...]]
Index ¶
- func All(g *types.Cmd)
- func Atomic(g *types.Cmd)
- func Delete(g *types.Cmd)
- func DryRun(g *types.Cmd)
- func FollowTags(g *types.Cmd)
- func Force(g *types.Cmd)
- func ForceWithLease(g *types.Cmd)
- func Mirror(g *types.Cmd)
- func Prune(g *types.Cmd)
- func PushOption(option string) func(*types.Cmd)
- func ReceivePack(gitReceivePack string) func(*types.Cmd)
- func RefSpec(refspec string) func(*types.Cmd)
- func Remote(repository string) func(*types.Cmd)
- func Repo(repository string) func(*types.Cmd)
- func SetUpstream(g *types.Cmd)
- func Tags(g *types.Cmd)
- func Verbose(g *types.Cmd)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FollowTags ¶
func ForceWithLease ¶
func PushOption ¶
func ReceivePack ¶
func SetUpstream ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.