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
If you want to go with any certain commit or want to code of any certain commit then you can use below command:
git checkout git reset --hard git push --force
Example:
git reset --hard fbee9dd git push --force