FreeDev Tools

Git Branch Name Generator

Turn task descriptions into clean, convention-following git branch names.

Runs locally in your browser. Your input is not uploaded.

How to Use

  1. 1

    Paste task descriptions

    One per line, in plain English.

  2. 2

    Pick prefix and ticket

    Branch type, optional ticket ID, and max words.

  3. 3

    Copy the branch names

    Ready for git checkout -b.

Frequently Asked Questions

The description is lowercased, punctuation stripped, filler words (a, the, on…) removed, and the remaining words hyphenated under your chosen type prefix: "Fix login redirect loop" → bugfix/fix-login-redirect-loop.