I am using GitHub as my remote repository.
I have already pushed 5 commits to the server and want to revert back to the state before the those commits.
If the co
Do a git push -f. Not a good idea if there are other people using the same repo.
git push -f