Skip to content

🏹 A CLI tool to either run multiple git commit related commands in one go, or use an interactive commit UI to follow a commit convention.

Notifications You must be signed in to change notification settings

rzmk/commit-helper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

commit-helper (ch)

A simple tool to help write commit messages and run git commands.

Demo

Installation

cargo install --git https://github.com/rzmk/commit-helper

Usage

To run the tool, simply run ch in your terminal.

ch

If you want to run git add -A before committing, use the -a flag

ch -a

If you want to do a dry run without actually adding or committing, use the ch -d or ch --dry-run flag.

ch -d

Tech Stack

About

🏹 A CLI tool to either run multiple git commit related commands in one go, or use an interactive commit UI to follow a commit convention.

Topics

Resources

Stars

Watchers

Forks

Languages