hpi-swa / Squot

Squeak Object Tracker - Version control for arbitrary objects, currently with Git storage
Other
57 stars 29 forks source link

Bug: Push does not work when new upstream branch does not exist #321

Closed LinqLover closed 3 years ago

LinqLover commented 3 years ago

When my local branch does not yet have an upstream branch, Push in the Squit Browser brings up the dialog for creating the upstream branch, but I need to click the Push button a second time in order to upload my changes to this upstream branch.

j4yk commented 3 years ago

This "bug" was a deliberate decision to simplify the implementation of the dialog workflow. It also tells you in the initial dialog box that you will have to push again.

LinqLover commented 3 years ago

Oh, I must have overlooked that hint. 😅 Nevertheless, it would be more convenient if you did not need to press the button again. In the past, it was also possible ...

j4yk commented 3 years ago

Just because it's you... ;-)

LinqLover commented 3 years ago

Awww, that was nice! :-) Now it works again like a charm. 🎉