Hacker Newsnew | past | comments | ask | show | jobs | submit | githelp's commentslogin

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


ha, indeed. Id did the trick. Thx


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: