rollback
Reverse a recorded RepoVista patch diff.
Usage
sh
repovista rollback <patch-id> [--dry-run]Options
--dry-runpreviews the rollback.
Examples
sh
repovista rollback pat_abc123def456 --dry-run
repovista rollback pat_abc123def456Notes
Rollback uses the recorded patch diff and applies it in reverse with git apply -R.
