Git Push
Updates remote refs along with associated objects.
Inputs#
| Port | Description |
|---|---|
invalid port type: git-repo Repository |
The Git repository object from a clone or open node. |
invalid port type: credentials |
Optional credentials for accessing private repositories. If not provided, the node will use the default Git configuration. |
| The name of the remote repository to push to. Defaults to 'origin'. | |
| The branch to push. If empty, the current branch is used. | |
| Whether to push local tags to the remote. Defaults to false. | |
| Whether to force the push (use with caution). Defaults to false. |
Outputs#
| Port | Description |
|---|---|
| Executes if the push operation is successful. | |
| Executes if there is an error during the push. |
Addendum#
This node performs a git push operation to send committed changes and, optionally, tags to a specified remote.
ID: git-push@v1