Be able to customize the branch name when starting work on an issue
See original GitHub issueCurrently, when you start working on an issue a branch is created with this format <userName>/issue<issueCode>
. It would be nice to have if you could customize the branch name 😄
Issue Analytics
- State:
- Created 3 years ago
- Reactions:6
- Comments:11 (3 by maintainers)
Top Results From Across the Web
Customize branch name when using create branch in an issue
Customize branch name when using the create branch button in an issue. The default name is shown. You can change it something else....
Read more >Automatically create a branch from an issue in GitHub
Create Issue Branch offers a lot of configuration options to help you pick the branch name style that matches your preferences.
Read more >How to rename and change a Git branch name locally &
Rename the Git branch locally with the git branch -m new-branch-name command; Push the new branch to your GitHub or GitLab repo; Delete...
Read more >Add option to adjust the auto-fill values for branch names ... - Jira
How it is now: branch name: JSP-3745-research-for-issues-on-jira. How we want: JSP-3745. We are able to change the branch name when creating it, ...
Read more >Creating a branch from issue in GitLab - Stack Overflow
If you create a branch with the name <issue-number>-issue-description and push that branch to gitlab, it will automatically be linked to ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I like to use a slug of the issue name as the branch name, which I find way more descriptive than just using the issue number, what are the variables currently available? (Didn’t see it in the settings entry in “Feature contributions” neither in the wiki)
It would also nice to have if the plugin asked you from which branch you create the new one. By default the current! 😄