Answers for "reedit last commit pushed"

3

github undo last pushed commit

git reset <previous label or sha1>
git commit -am "blabla"
git push -f <remote-name> <branch-name>
Posted by: Guest on January-12-2020
1

undo last commit pushed

git reset # commitId
# Exemple
git reset 5310517
Posted by: Guest on October-21-2020

Code answers related to "TypeScript"

Browse Popular Code Answers by Language