Answers for "how to revert a commit that has already has been pushed and made public?"

0

how to undo a commit sent that was pushed

git revert <commit_hash>
Posted by: Guest on December-02-2020
0

how to undo a bunch of commit sent that was pushed

git revert <oldest_commit_hash>..<latest_commit_hash>
Posted by: Guest on July-30-2021

Code answers related to "how to revert a commit that has already has been pushed and made public?"

Code answers related to "TypeScript"

Browse Popular Code Answers by Language