branch
Interactive branch creation with consistent naming.
Alias: devflow b
Flow
- Select branch type (
feat,fix,chore,refactor,docs,test,release,hotfix) - Enter ticket number (or leave blank for
UNTRACKED) - Enter short description (auto-kebab-cased)
- Preview and confirm
Branch Format
type/TICKET_descriptionExamples
feat/ENV-123_add-budget-sharing
fix/PROJ-45_correct-calculation-overflow
chore/UNTRACKED_update-dependenciesOptions
| Option | Description |
|---|---|
--dry-run | Preview the branch name without creating it |