git push force 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 push branch
git push -u origin <branch>
Example 4: git force push
git push -f
git push origin --force
git push --force
git push -u origin <branch>
git push -f