git MCP server

git_commit

Commit changes to a Git repository by specifying the repository path and a commit message, enabling version control and tracking modifications within the workflow.

Instructions

Records changes to the repository

Input Schema

NameRequiredDescriptionDefault
messageYes
repo_pathYes

Input Schema (JSON Schema)

{ "properties": { "message": { "title": "Message", "type": "string" }, "repo_path": { "title": "Repo Path", "type": "string" } }, "required": [ "repo_path", "message" ], "title": "GitCommit", "type": "object" }

Other Tools from git MCP server

Related Tools

ID: 2sijuvbdae