git_commit
Commit changes to Git with a required message. Optionally specify files and repository path.
Instructions
Commit changes to git
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| message | Yes | Commit message | |
| files | No | Specific files to commit (optional) | |
| path | No | Repository path (optional, defaults to current directory) |