๐ŸŒฟ Git Branch Name Generator

Generate standardized Git branch names โ€” stop struggling with naming

๐Ÿ“ Branch Type

๐Ÿš€ feature ๐Ÿ› bugfix ๐Ÿ”ฅ hotfix ๐Ÿ“ฆ release ๐Ÿ”ง chore ๐Ÿ“– docs โ™ป๏ธ refactor

โš™๏ธ Branch Config

๐Ÿ“– Branch Naming Convention

feature/ โ€” New feature development

bugfix/ โ€” Bug fixes

hotfix/ โ€” Urgent production fixes

release/ โ€” Version releases

chore/ โ€” Build/tooling/dependency updates

docs/ โ€” Documentation updates

refactor/ โ€” Code refactoring (no functional changes)

๐Ÿ’ก Tip: Use git checkout -b branch-name to create and switch.