Answers for "how to undo a commit that hasn't been pushed in github"

0

how to undo a commit sent that was pushed

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

Not pushed + most recent commit

git commit --amend
Posted by: Guest on July-06-2021

Code answers related to "TypeScript"

Browse Popular Code Answers by Language