Answers for "what happens when you revert a commit?"

8

how to undo a commit

$ git reset --soft HEAD~1
Posted by: Guest on April-09-2020
4

git revert a commit

git revert --no-commit 0766c053..HEAD
git commit
Posted by: Guest on April-18-2020

Code answers related to "what happens when you revert a commit?"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language