First point to previous commit
$ git reset --hard HEAD~1
Then push it back with option '-f' (means force) to the same repo
$ git push -f origin master
Anything and Everything on Technology Development
Comments
Post a Comment