KES <kes-kes@xxxxxxxxx> writes: > PS. for `git push --force` there is alternative: --force-with-lease > Is there something similar to --force-with-lease but for `git pull -v --rebase`? Curious. For "push", you are competing with the other pushers who want to update the repository over there, and there is need for the force-with-lease=<it must be this verison> safety, but what is the reason why you need to take a lease on your local side while doing a "pull"?