I would like to see the old commit of my application in Android Studio to compile and run it. I don't want reset to go back to the previous commit or change the commit history or something like that. When I did, I want to return to the latest version.
On the command line it will be simple
git checkout <hash>
So how can I do this in Android Studio?
I havent tried to do this on the command line, because Im fear Android Studio can get heartburn when I modify my files from the outside. Confidence that I can work with git outside of Android Studio without any problems will be fine too.
source share