git force push to remote

Shell
git push -f <remote> <branch>
# example: git push -f origin master
Source

Also in Shell: