Answers for "how to revert from last commit"

41

git cancel last commit

git reset --soft HEAD~1
Posted by: Guest on March-30-2020
2

how to revert to last git commit

git checkout . #This will get rid of all uncommited change
Posted by: Guest on December-21-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language