workspace_git
Run git commands in any project directory relative to the workspace root. Specify the path and command to check status, view logs, or diff changes directly.
Instructions
Run git commands in a project directory
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Project path relative to workspace root | |
| command | Yes | Git command to run (e.g., status, log, diff) |