git force push origin branch code example
Example 1: git push origin master --force
git push origin --force
Example 2: git force push
git push --force
Example 3: git force push to remote
git push -f <remote> <branch>
# example: git push -f origin master
Example 4: git force push
git push -f