save_changes
Record modified files and change content for review before git push. Saved changes must be reviewed before push can proceed.
Instructions
Save pending changes before pushing. This tool records modified files and change content for review before git push.
USAGE: Call this tool to save your changes before pushing. The saved changes must be reviewed using get_pending_changes before git_push can proceed.
Please provide the change description in English language.
Example: {"files": ["src/main.js", "src/utils.js"], "content": "Fixed bug in user authentication"}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| files | Yes | Array of modified file paths | |
| content | Yes | Description of the changes made in English language |