Git Commit Template Generator
Commit message template in Conventional Commits style (feat/fix/docs/...), with scope, breaking change and issue reference.
—
Commit messages in the Conventional Commits format
Conventional Commits standardises the first line of a commit into a format a machine can read: type, optional scope, colon and summary. That is not bureaucracy — it is what allows generating a changelog automatically, deciding whether the next version is major, minor or patch, and filtering history by kind of change.
Fill in the fields and the page assembles the complete message, with body and footer when present. The breaking-change marker deserves attention: the exclamation mark after the scope signals that the major version must rise, and the footer describing the break is what tools read to build the warnings section of the changelog.
Saved as a file and pointed at from the config, the template shows up prefilled every time you commit without a message on the command line — which makes the standard get followed out of inertia rather than discipline. The convention asks for a short imperative summary, up to around fifty characters, because that is what appears in one-line listings and in review interfaces.
Frequently asked questions
Which types exist?
How do I mark a breaking change?
Does this apply to the history I already have?
Related Tools
Git Cheatsheet
Searchable list of the most-used git commands — config, commit, branch, merge, rebase, stash, log, remote, reset. With copyable examples. Everything in your browser.
URI Template Builder (RFC 6570)
Paste a URI Template and the variable values and generate the expanded URI. Supports level 1-4 (path, query, fragment).
CSS Clamp Calculator
Generate CSS clamp() values for fluid typography and spacing. Enter minimum/maximum sizes and viewport widths to get a ready-to-paste clamp() function.
Tailwind v3 Palette
Default Tailwind v3 palette (slate, gray, red, orange, amber, yellow, lime, green, emerald, teal, cyan, sky, blue, indigo, violet, purple, fuchsia, pink, rose) with 50-950 shades.
README.md Generator
Build a professional README.md filling in name, description, badges, install, usage, license. Markdown preview side-by-side.
√2 N decimals Generator
Square root of 2 = 1.41421... up to 1000 decimals. Useful for geometry, ISO A0-A4 paper sizes and irrational study.