jlegrone / git-config

High-level git aliases to improve your workflow
https://jlegrone.github.io/git-config
MIT License
11 stars 3 forks source link

feat(aliases): safer git force push using force-with-lease #2

Closed jlegrone closed 7 years ago

jlegrone commented 7 years ago

Using the force-with-lease flag rather than force prevents the user from accidentally overwriting new commits present only on the remote.