Branch Name Generator
Extension for generating branch names.
Features
Create branch name, copy branch name.
Branch Types
- develop:
develop
- feature:
feature/{ticket-id}-{description}
- story:
story/{ticket-id}-{description}
- bugfix:
bugfix/{ticket-id}-{description}
Usage
- Open the command palette and type 'Generate Branch Name'.
- Select branch type
- Type ticket ID and description, if necessary
- Click the 'Copy' button to copy to the generated branch to your clipboard or click the 'Create Branch' button to automatically create the branch
| |