Answers for "undoing a commit in local repository"

8

undo local commit

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

how to undo a local commit

git reset HEAD~1
Posted by: Guest on August-01-2021

Code answers related to "undoing a commit in local repository"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language