git_safe_write_with_checkpoint
Automatically commit the current git state before writing a config file, ensuring you always have a rollback point for safe modifications.
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 | |||