commit
Create and save Git repository changes by specifying a commit message and repository path. Integrates with Git MCP Server to manage version control operations programmatically.
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) |