So you basically want checkout the specific git commit in the link you posted? What software are you using for git? I'm not familiar with any of the GUI frontends for Windows, but I think the command line git does it this way:
You need to specify the hash of the revision that you want to checkout. Doing so varies depending on what programs you're using for git.
Code:
git checkout b0f75f17ae19484735675fea348f7e95740f597f https://code.google.com/p/dolphin-emu/ dolphin-emuYou need to specify the hash of the revision that you want to checkout. Doing so varies depending on what programs you're using for git.
