commit
Generate Git commits with specified messages using the Git MCP Server. Input a repository path and commit message to track changes efficiently via the Model Context Protocol.
Instructions
Create a commit
Input Schema
Name | Required | Description | Default |
---|---|---|---|
message | Yes | Commit message | |
path | No | Path to repository. MUST be an absolute path (e.g., /Users/username/projects/my-repo) |