Как вернуть последнюю версию в 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