Undo a Git commit after push using reverse patch?

Viewed 79624

I've pushed a commit and I want to revert changes introduced by this commit by applying and committing a reversed patch. How do I do it?

3 Answers
Related