sandbox_git_push
Push commits from a sandbox repository to a remote, with optional branch and upstream tracking, using GITHUB_TOKEN for authentication.
Instructions
Push commits to a remote repository. Requires GITHUB_TOKEN for authentication.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sandboxId | Yes | The sandbox ID. | |
| repoPath | Yes | Path to the git repository. | |
| remote | No | Remote name. Defaults to "origin". | |
| branch | No | Branch to push. Defaults to current branch. | |
| setUpstream | No | Set upstream tracking. Use true when pushing a new branch. |