GIT-CM(1)
NAME
git-cm — Easily create conventional-commits friendly commit messages.
SYNOPSIS
$
brew install sirwindfield/tap/git-cmINFO
99 stars
8 forks
0 views
DESCRIPTION
Easily create conventional-commits friendly commit messages.
README
git-cm
A git subcommand for creating conventional-friendly commit messages.
Installation
Either compile from source or install via crates.io:
$ cargo install git-cm --locked
For macOS, you can install git-cm via homebrew:
$ brew install sirwindfield/tap/git-cm
Usage
Instead of using git commit to commit changes, simply run git cm. This will start the questioning process and commit the message once you're done.
You also have to specifiy which types of commits your project supports. Just add the following to your Cargo.toml:
[package.metadata.commits] defaults = trueThis is optional
[[package.metadata.commits.type]] name = "xyz" desc = "A custom command"
Example run

License
Licensed under either of Apache License, Version 2.0 or MIT license at your option.Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.
SEE ALSO
lazygit(1)— Simple terminal UI for git commands — never memorize commands againgh(1)— GitHub's official command-line tool for pull requests, issues, and moredelta(1)— A syntax-highlighting pager for git, diff, and grep outputforgit(1)— :zzz: A utility tool powered by fzf for using git interactively.aicommit2(1)— A Reactive CLI that generates commit messages for Git and Jujutsu with Ollama, ChatGPT, Gemini, Claude, Mistral and…
clihub3/4/2026GIT-CM(1)