git push origin --force
git push --force
git push -f origin <branch-name>
git push -f <remote> <branch> # example: git push -f origin master
git push origin <your_branch_name> --force