Answers for "in git how do you revert a commit that has already 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 commit sent that was pushed and keep local changes

git reset <previous label or sha1>
Posted by: Guest on August-01-2021

Code answers related to "TypeScript"

Browse Popular Code Answers by Language