git_commit
Create Git commits with custom messages and specified files to track changes in repositories. This tool allows users to add and commit files or stage all changes for version control.
Instructions
Create a new commit with the specified message and files
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| message | Yes | Commit message | |
| files | No | Files to add and commit (optional - if not provided, commits all staged files) |