Answers for "how to reset to unstage commit pushed in git"

0

git reset back to previous pushed commit

git reset --hard 'xxxxx'

git clean -f -d

git push -f
Posted by: Guest on August-13-2021
0

git how to undo a pushed commit

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

Code answers related to "TypeScript"

Browse Popular Code Answers by Language