Git Clients

Commitizen – create well-structured Git commit messages

Commitizen is a command line utility that helps project contributors create well-structured Git commit messages.

Instead of writing commit messages by hand and discovering later that they don’t meet a project’s conventions, contributors run cz, git cz, or git-cz and are guided through the fields required by the configured adapter. Maintainers can use it to standardize commit message formats across a repository or across multiple projects, including conventional-changelog style commits.

This is free and open source software.

Key Features

  • Provides an interactive prompt for composing commit messages.
  • Supports repository-specific adapters configured in package.json or a .czrc file.
  • Works as a global command line tool, local development dependency, npm script, or npx command.
  • Can be integrated with Git hooks to guide users who run git commit.
  • Supports adapters for Conventional Commits, Jira workflows, emoji commits, commitlint, and custom conventions.
  • Includes a retry option for reusing the previous Commitizen commit attempt after a failed precommit check.

Website: github.com/commitizen/cz-cli
Support:
Developer: Jim Cummins and contributors
License: MIT License

Commitizen help

Commitizen is written in JavaScript. Learn JavaScript with our recommended free books and free tutorials.


Best Free and Open Source Software Explore our comprehensive directory of recommended free and open source software. Our carefully curated collection spans every major software category.

This directory is part of our ongoing series of informative articles for Linux enthusiasts. It features hundreds of detailed reviews, along with open source alternatives to proprietary solutions from major corporations such as Google, Microsoft, Apple, Adobe, IBM, Cisco, Oracle, and Autodesk.

You’ll also find interesting projects to try, hardware coverage, free programming books and tutorials, and much more.

Discovered a useful open source Linux program that we haven’t covered yet? Let us know by completing this form.
Subscribe
Notify of
guest
0 Comments
Oldest
Newest Most Voted
Inline Feedbacks
View all comments