git how to force push my local branch to remote code example
Example: git force push to remote
git push -f <remote> <branch>
# example: git push -f origin master
git push -f <remote> <branch>
# example: git push -f origin master