Force changes to a git remote branch
Sometimes, just sometimes, you may want to force changes from your local branch to your remote branch.
git push --force origin branch
Sometimes, just sometimes, you may want to force changes from your local branch to your remote branch.
git push --force origin branch