I need to download a specific version of a project from GitHub.
The address for the commit is https://github.com/TryCatchLearn/DatingApp/tree/ead674202f9cde962935b95e508302329f292644
clone the project in the regular way then reset to the specific commit
git clone https://github.com/TryCatchLearn/DatingApp.git
cd DatingApp
git reset --hard ead674202f9cde962935b95e508302329f292644
To go back the last commit
git pull