modulepackage
0.1.0
Repository: https://github.com/lintingzhen/commitizen-go.git
Documentation: pkg.go.dev
# README
Commitizen-go
Command line utility to standardize git commit messages, golang version.
Contents
- Usage
Usage
Usage: commitizen
or
git cz after install
Options:
-a, -all Tell the command to automatically stage files that have been modified and deleted, but new files you have not told Git about are not affected
-i, -install Install this tool to git-core as git-cz
-d, -debug Debug mode
-v, -version Print version information and quit
install as git subcommand
$ make && make install
or
$ make && ./commitizen --install
commit with commitizen
$ git cz
# Functions
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author