Answers for "git revert commited branch"

0

revert local commit

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

revert commit git

$ git log --oneline
b764644 File with three lines
7c709f0 File with two lines
9ef9173 File with one line
Posted by: Guest on February-23-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language