git_commit
Commit already-staged changes to a local Git repository. Use it to record a snapshot locally without pushing or staging additional files.
Instructions
Create a local Git commit from already staged changes. This does not stage files or contact a remote.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| message | Yes | ||
| repo_path | No | Workspace-relative repository path; defaults to . |