Skip to content

alt-art/commit

main
Switch branches/tags
Code

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Commit

See wiki page for usage and configuration.

This command-line interface makes it possible to make patterned (conventional) commit messages to organize your repository.

This project is a clone of cz-cli with some minor changes.

I made this project for my own use, because I don't want to mess with the original cz-cli.

Principal changes in this project

  • Don't need to make your project commitizen friendly
  • Can be used with any project and any language
  • Custom conventional commit message style can be used without any other packages
  • Plug and play just needs git installed

Contributing

- Fork this project
- Clone the fork
- Make your changes
- Commit your changes
- Push your changes
- Open a pull request