How to reset remote GIT branch to a certain commit

git reset --hard <commit-hash>
git push -f origin master