git
Run version control commands on local repositories to inspect status, review history, and commit changes. Accepts standard arguments for custom operations.
Instructions
Run a git command. args = e.g. 'status', 'log --oneline -10', 'commit -m "fix bug"'
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cwd | No | ||
| args | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |