Как отменить кучу отправленного коммита, который был подтолкнут
git revert <oldest_commit_hash>..<latest_commit_hash>
Agreeable Ape
git revert <oldest_commit_hash>..<latest_commit_hash>