Answers for "how to undo a bunch of commit sent that was pushed"

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 undo a bunch of commit sent that was pushed"

Browse Popular Code Answers by Language