Branch Name Generator
v1.0.3Generate consistent branch names from ticket IDs and summaries.
Generates consistent, convention-following branch names from ticket IDs and summaries — formats like feature/TICKET-123-short-description following Conventional Branch naming or your custom pattern.
How to use- →Enter the ticket ID and a summary description.
- →Select branch type (feature, fix, hotfix, chore, refactor) to set the prefix.
- →Copy the generated branch name and use it with git checkout -b.
Generated Branch Name
feat/proj-42-add-report-exportgit checkout -b feat/proj-42-add-report-export
git push -u origin feat/proj-42-add-report-export