How do I revert my Github Repository on Github to it's previous state?
I had made some change and committed them to github, but now I want to undo those changes on github. How would I do that?
I tried doing git reset --hard 7727c5bfa99
but that ONLY changed the repository on my computer and not on the github website
you have to push it. git push -f origin master
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With