git_safe_write_with_checkpoint
Automatically create a git checkpoint before writing a config file, providing a safe rollback point for every change.
Instructions
Write a config file AND automatically git-commit the current state before writing. This is the safest way to modify config files — you always have a rollback point.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| relative_path | Yes | ||
| content | Yes | ||
| commit_message | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||