git_push
Push local Git commits to a remote repository to update code and synchronize changes across team members or deployment environments.
Instructions
Update remote refs along with associated objects
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| remote | No | Remote name | origin |
| branch | No | Branch name (optional, uses current) | |
| force | No | Force push | |
| setUpstream | No | Set upstream tracking branch | |
| path | No | Repository path (optional, defaults to current directory) |