Git: amending commits and forcing with lease a push
Jan 9, 2020
#git
The "git push --force-with-lease" command allows you to force a push with a lot more safety than a classic "--force", checking the synchronization with the remote before taking action.