I am working with the source of the CyanogenMod camera app that is found here. Now I need to pull a particular version of a revision into Android Studio.
I know after reading this question it can be easily done with Git directly, but is there any way to do the same thing within Android Studio that uses Git.
The particular revision that I am wanting to work with has a commit id of -:
revision="1855d084de62890057705c05ea57a2d36045532d"
Is there any way that I can get exact same revision from within Android Studio without using Git from the command line ?