Git réinitialise à un commit poussé précédent
git reset --hard 'xxxxx'
git clean -f -d
git push -f
Jittery Jay
git reset --hard 'xxxxx'
git clean -f -d
git push -f