git_amend_message
Rewrite the most recent local commit message without altering staged or working-tree changes. Correct a commit message quickly by amending local history only, with no remote contact.
Instructions
Rewrite only the most recent local commit message without including staged or working-tree changes. This rewrites local history and does not contact a remote.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| message | Yes | ||
| repo_path | No | Workspace-relative repository path; defaults to . |