๐ฟ 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.