-
Notifications
You must be signed in to change notification settings - Fork 39k
Clarify language in git extension for creating new branch from another branch #90158
Description
When using the git extension, the intent is clear when clicking on "+ Create new branch..." and immediately being prompted "Please provide a branch name".
But, when clicking on "+ Create a new branch from..." the intent is ambiguous, since the statement "Please provide a branch name" could refer to the branch from which you wish to base the new branch or the name of the new branch, the latter being what actually happens. I've gotten confused one too many times, and inadvertently typed "develop" for the first prompt, only to be prompted with "Select a ref to create the 'develop' branch from". Whoops, time to start over.
By specifying "Please provide a new branch name...", the intent is clear: the prompt is asking for the name you wish to call the new branch.


