Say I have 2 commits which I have already pushed to my remote branch.
- Commit A (31-May-2021)
- Commit B (30-May-2021)
How do I revert to Commit B without deleting Commit A? I just want to compare the result between these 2 commits.
Note: Code comparison is not needed. I just want to compare the output of Commit A vs Commit B