what is force push in git 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
git push -f
git push origin --force
git push --force
git push -f