Main Content
push
Description
push(
publishes changes in the current
branch of the local Git™ repository repo
)repo
to the remote repository. Use this syntax
to push branches that already have configured remotes, such as the main
branch.
push(
specifies additional options as one or more name-value arguments.repo
,Name=Value
)
Examples
Input Arguments
Version History
Introduced in R2023b
See Also
gitclone
| gitrepo
| commit
| createBranch
| switchBranch
| fetch
| merge