Branch Name Extension icon

Branch Name Extension

Extension Actions

CRX ID
fhjhbgacnjjadhgeajekpfilbhdjdekn
Status
  • Live on Store
Description from extension meta

Base Level Extension

Image from store
Branch Name Extension
Description from store

As a web developer, you may need to create a git branch with the same name as your ticket from an Agile project management application such as "Jira" "YouTrack," etc...
Because Git does not permit the use of special characters in branch names, this branch name editor will do some basic regex transformations on your ticket name to convert it to an acceptable branch name.
For instance:
"Feature 535 Add a login & sign up component" => "Feature-535-Add-a-login-sign-up-component"