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
I tried git pr push non_checked_out_branch_name and it pushed the current HEAD to that name. Is this expected? Should this be changed to first look for branch with that name?
The text was updated successfully, but these errors were encountered:
I think this is surprising. If the branch does not exist, I think it should stop and complain. Otherwise this might happen: git pr push sometypo and something else gets pushed.
I tried
git pr push non_checked_out_branch_name
and it pushed the current HEAD to that name. Is this expected? Should this be changed to first look for branch with that name?The text was updated successfully, but these errors were encountered: