Mueez Khan

Demo of commit-helper

commit-helper (ch)

A command line tool to run multiple commands related to git commit at once.
Published: 2023-12-24
Last updated: 2024-01-14
side-project
utility-tool
rust

Features

Optional Flags

You may also optionally pass flags to run other commands/tasks:

Installation

First, make sure you have Cargo installed. Then, run the following command:
cargo install --git https://github.com/rzmk/commit-helper
Great! Now you may run ch in your terminal to start the interactive prompt. For example, running ch -apm "feat: new feature" will run:
  1. git add -A
  2. git commit -m "feat: new feature"
  3. git push
Back to blog View the source code

Connect with Mueez

Follow me on social media and stay updated.