|
|
|
|
|
by githelp
647 days ago
|
|
Cloning the repo, fetching at that specific commit, and then setting the current head to that commit should do the trick: git clone https://github.com/GustavoMelloGit/movie-web
cd movie-web
git fetch origin c6fe62ae8acc9948bbf6c4292ebb555c006931eb
git reset --hard FETCH_HEAD
|
|