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
If I create a new branch in Basic Mode, and it fails to check out the default merge branch (for example because I have some uncommitted changes that conflict), it appears to succeed. A new branch is created off of my current branch instead of the default branch.
Then when I create a merge request to the default branch on my remote, my merge includes both my commits from the old branch and the new branch.
If we fail to checkout the default merge branch, we should display an error instead of creating a new branch.
The text was updated successfully, but these errors were encountered:
isc-tleavitt
added
bug
Something isn't working
customer
Based on customer feedback (as opposed to something identified by developers)
labels
Nov 7, 2024
If I create a new branch in Basic Mode, and it fails to check out the default merge branch (for example because I have some uncommitted changes that conflict), it appears to succeed. A new branch is created off of my current branch instead of the default branch.
Then when I create a merge request to the default branch on my remote, my merge includes both my commits from the old branch and the new branch.
If we fail to checkout the default merge branch, we should display an error instead of creating a new branch.
The text was updated successfully, but these errors were encountered: