push force with lease code example
Example 1: push with lease
git push --force-with-lease
Example 2: how to push force git
git push origin <your_branch_name> --force
git push --force-with-lease
git push origin <your_branch_name> --force