Answers for "how to revert a commit in local repo"

0

revert local commit

$ git reset --hard HEAD~1
Posted by: Guest on March-03-2020
0

how to revert a commit in git

Reset Git COmmit
Posted by: Guest on October-23-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language