sandbox_git_commit
Stage specified files or all changes and create a git commit in an E2B sandbox repository with custom author details.
Instructions
Stage files and create a git commit in a sandbox repository.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sandboxId | Yes | The sandbox ID. | |
| repoPath | Yes | Path to the git repository. | |
| message | Yes | Commit message. | |
| files | No | Specific files to stage. If omitted, stages all changes. | |
| authorName | No | Commit author name. | |
| authorEmail | No | Commit author email. |