Hi,
Currently Revisr sees each commit as a point that can be reverted to. If you made 5 commits and wanted to just undo the second of those commits, there is currently no functionality to do so, instead you would be able to revert to the second commit, also undoing the third, fourth, and firth commits.
However, something worth considering is that Revisr just works with a standard Git repo- so you can still run any necessary commands manually if needed.
Also, when reverting you can choose between reverting just the files, just the database, or the files and the database (if a database backup is found in that commit).
I’m marking this as resolved, but please let me know if you have any other questions.