I have several a,b,c,d,e made and published. No I noticed errors and want to reset my entire project to commit b. Since it is published I read that I should not use reset to not re-write history. Revert, on the other hand, does only revert individual commits.
Is there way to revert all commits since commit b t once?