git_commit
Automate git commits by specifying a repository path and message, with an option to add all files. Simplifies version control tasks using natural language commands through the GIT MCP Server.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
add_all | No | Add all files before committing | |
message | Yes | Commit message | |
repository_path | Yes | Path to the git repository |