git-commit
Commits staged files with a specified message. Provide the commit message and optional directory to record changes in version control.
Instructions
Commits staged files
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| message | Yes | Commit message | |
| directory | No | The directory to run the command in (defaults to current working directory) |