git_push
Push local commits to a remote repository. Supports setting upstream, forced push, and specifying branch or path.
Instructions
Update remote refs along with associated objects
Input 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) |