sandbox_git_init
Initialize a new Git repository in a specified path inside an E2B sandbox, enabling version control for your code.
Instructions
Initialize a new git repository in a sandbox directory.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sandboxId | Yes | The sandbox ID. | |
| path | Yes | Path where the repository should be initialized. |