As mentioned in the readme, the rollback system is an alternative to using granular git commits to undo operations done on the pack. Each command would add an entry to the rollback file (probably ignored by version control) using something like JSON diff.
As mentioned in the readme, the rollback system is an alternative to using granular git commits to undo operations done on the pack. Each command would add an entry to the rollback file (probably ignored by version control) using something like JSON diff.