How can I revert multiple Git commits (already pushed) to a published repository?
The Problem There are a number of work-flows you can use. The main point is not to break history in a published branch unless you’ve communicated with everyone who might consume the branch and are willing to do surgery on everyone’s clones. It’s best not to do that if you can avoid it. Solutions for … Read more