Redefinir Git de volta ao compromisso empurrado anterior

git reset --hard 'xxxxx'

git clean -f -d

git push -f
Jittery Jay