Sometimes I just want to see if changes in a previous commit affect a current issue without generating a new commit.
On the command line I can issue the command
git revert --no-commit a1b2c3d4
I would like to be able to do the same thing using Sourcetree.