You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Recently a feature was added to neogit where if you do not have configured --force flags, it would ask you if you wish to force push if the history is overriden, however i think --force may be too agressive, force-with-lease will be less destructive, if the history in origin has changed, you do not want to push over somebody else's changes.
Describe the solution you'd like
Use --force-with-lease instead of --force
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Recently a feature was added to neogit where if you do not have configured --force flags, it would ask you if you wish to force push if the history is overriden, however i think --force may be too agressive, force-with-lease will be less destructive, if the history in origin has changed, you do not want to push over somebody else's changes.
Describe the solution you'd like
Use --force-with-lease instead of --force
The text was updated successfully, but these errors were encountered: