Skip to content
uxTools
Developer

Git Branch Name Generator

Turn a type, ticket id and description into a clean, conventional git branch name — slugified, transliterated and copy-ready.

Generated branch name
feature/proj-123-add-login-form
Quick starts

Details

Ticket idoptional
Descriptionslugified automatically

Formatting

Prefix separatorbetween type and the rest
Word casehow words are joined

About this tool

Branch names should be lowercase, readable and free of spaces or special characters. This generator lowercases everything, transliterates accented and Turkish letters to ASCII (ç → c, ş → s, ü → u), collapses punctuation into your chosen separator and trims stray separators — so the result drops straight into git checkout -b. Nothing leaves your browser.