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
It would be very useful to be able to define a standard branch name prefix for the Create Branch modal. The prefix should be prefilled in Branch name and preselected so that typing replaces the default. Pressing END would allow you to just enter the suffix. This should be a local repository setting.
Consider the branch name pattern /feature/NN/JIRA-XXX where NN is the developer name or initials, JIRA is the Jira project and XXX is the task number. 9 times out of 10 this would be the name of the branch that I want to create locally. With this feature I would only have to fill in XXX.
The auto-complete feature (#815 ) is great but has some flaws for this use case.
It assumes I'm working on multiple branches at the same time. I try hard not to do that.
It only suggests part of the branch prefix each time (first feature/ then feature/NN/).
It only suggests folder names.
It suggests other developer's folders. (I often have these for review but I never create with Create Branch.)
The text was updated successfully, but these errors were encountered:
It would be very useful to be able to define a standard branch name prefix for the Create Branch modal. The prefix should be prefilled in Branch name and preselected so that typing replaces the default. Pressing END would allow you to just enter the suffix. This should be a local repository setting.
Consider the branch name pattern
/feature/NN/JIRA-XXX
whereNN
is the developer name or initials,JIRA
is the Jira project andXXX
is the task number. 9 times out of 10 this would be the name of the branch that I want to create locally. With this feature I would only have to fill in XXX.The auto-complete feature (#815 ) is great but has some flaws for this use case.
The text was updated successfully, but these errors were encountered: