git_commit
Commit changes to Git repositories with customizable messages and optional file selection. This tool enables version control operations within the AI FileSystem MCP server for tracking code modifications.
Instructions
Commit changes to git
Input Schema
TableJSON 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) |