git_git_rollback_to_commit
Hard-reset Git config to a specific commit, permanently discarding all later changes. Must set confirm=True to proceed.
Instructions
Hard-reset config to a previous commit. WARNING: ALL changes after that commit are permanently lost.
Set confirm=True to proceed; without it returns a safety prompt.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sha | Yes | ||
| confirm | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||