Answers for "how to revert back to the last comit in git"

41

roll back last commit in git

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

revert last commit

git revert <commit hash of the commit to revert>
Posted by: Guest on March-09-2022

Code answers related to "how to revert back to the last comit in git"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language