Devuelve el repositorio al estado anterior al que se encontraba en el commit seleccionado. OJO, borra todos los commits hasta llegar al commit indicado. From http://stackoverflow.com/questions/5816688/reseting-remote-to-a-certain-commit
git reset --hard <commit-hash>
git push -f origin master