Cómo devolver la última versión en Github
// we need to type both of them
git fetch origin
git reset --hard origin/master
Obedient Ocelot
// we need to type both of them
git fetch origin
git reset --hard origin/master