Installing the command-line executable
Assuming you have Rust/Cargo installed , run this command in a terminal:
cargo install gcommit
It will make the gcommit command available in your PATH if you've allowed the PATH to be modified when installing Rust . cargo uninstall gcommit uninstalls.
Back to the crate overview .
Readme
gcommit
Conventional git commit messages done right
Get started
install using cargo install gcommit
basic commands
$ gcommit // starts the commit dialog
$ gcommit -- help // Prints the help and how to use the cli.
Commit by opening the dialog or using single line
$ gcommit - c < type> - s < scope> - m < commit_message>
Enjoy!
Features
It's easy to use and super fast.
It's customizable.
It's cross-platform.
MIT License © 2022 - PRESENT