I need to download the Facebook API from GitHub. Normally, I just click on the \'Downloads\" tab to download the latest source code. In this case, I need an older commit: 91
Try the following command sequence:
$ git fetch origin $ git checkout FETCH_HEAD $ git push origin master