Answers for "i want to delete all new stuff and go back to previous push commit"

6

git undo pushed commit

git reset <previous label or sha1>
git commit -am "commit message"
git push -f <remote-name> <branch-name>  //  git push -f origin master
Posted by: Guest on March-06-2020

Code answers related to "i want to delete all new stuff and go back to previous push commit"

Code answers related to "TypeScript"

Browse Popular Code Answers by Language