Skip to content

veritem/gcommit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

84 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gcommit

ci release

This CLI tool intends to help you stay consistent with your git commit messages using conventional commits style. It's like cz, but it's more straightforward, intuitive and configurable.

Getting started

  1. install using cargo install gcommit

  2. basic commands

$ gcommit   // starts the commit dialog 
$ gcommit --help  // Prints the help and how to use the cli.
  1. Commit by opening the dialog or using single line
$ gcommit -c <type> -s <scope> -m <commit_message>
  1. Enjoy!

Features

  • It's easy to use and super fast.
  • It's customizable.
  • It's cross-platform.

MIT License © 2022 - PRESENT