Git reset hart auf den Ursprung zurück
git reset --hard <full_hash_of_commit_to_reset_to>
git push --force
FelDev
git reset --hard <full_hash_of_commit_to_reset_to>
git push --force