cm2

Crates.io

This crate provides the cm command, and is part of the repotools set of utilities.

You can install all of the repotools utilites by running the following command in your terminal:

bash cargo install repotools

If you want to install only some of them, you can install them individually. Refer to the repotools for the full list of utilities and links to their individual crates.

To install cm utility individually, run the following command in your terminal:

bash cargo install cm2

Usage

cm <message> – commit with message

When it comes time to commit, you have cm.

cm calls git commit -m with the provided argument.