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
When the remote branch name contains a /, the current logic derives the local branch name using only the substring after the last /.
This behavior is a bit confusing, as it strips away the full path-like structure of the remote branch name.