Answers for "revert commit git pushed already sent before push"

0

How to revert pushed commit from remote repository

$ git revert dd61ab32
Posted by: Guest on May-25-2021
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