Comment défaire un tas de commit envoyés qui ont été poussés
git revert <oldest_commit_hash>..<latest_commit_hash>
Agreeable Ape
git revert <oldest_commit_hash>..<latest_commit_hash>