git_commit
Create a commit from staged changes by providing a message; optionally stage modified or deleted tracked files first. Use to save local repository changes.
Instructions
Create a commit from staged changes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| all | No | Stage tracked modified/deleted files before committing. | |
| cwd | No | Optional local working directory or repository path. | |
| message | Yes | Commit message. |