git_commit
Create a local Git commit from staged changes. Optionally stage tracked-file modifications and deletions before committing to keep the repository up to date.
Instructions
Create a local Git commit from staged changes, optionally staging tracked-file modifications with --all.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| all | No | Stage tracked-file modifications/deletions before committing. | |
| path | No | Git repository directory; defaults to the workspace. | |
| message | Yes | Commit message. |