Description:
In the push/pull menu, use "alt" / "option" button to force push with one button press, without the need of the confirmation menu to actually force push.
Motivation:
If the push/pull operations are very slow as often with BitBucket, this saves so much time on the initial push to check that the branch has diverged (if I know that the branch has diverged, e.g. when editing a commit). Then I could just force push immediately.
Considerations:
Adding a lit of "protected" branches that would trigger a warning for force push, e.g. master, main, develop etc.
Description:
In the push/pull menu, use "alt" / "option" button to force push with one button press, without the need of the confirmation menu to actually force push.
Motivation:
If the push/pull operations are very slow as often with BitBucket, this saves so much time on the initial push to check that the branch has diverged (if I know that the branch has diverged, e.g. when editing a commit). Then I could just force push immediately.
Considerations:
Adding a lit of "protected" branches that would trigger a warning for force push, e.g.
master,main,developetc.