Answers for "revert my commit in git"

8

Undo git commit

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

revert commit git

$ git log --oneline
9ef9173 File with one line
Posted by: Guest on February-23-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language