English
czg --alias
Synopsis
czg :, --alias
- Directly submit the defined commit message
Description
alias is used to define some common git commit messages. We may encounter commit messages that are often output, such as docs: fix typos
. we define it as alias fd
.
sh
czg :fd
# or
czg --alias=fd
czg :fd
# or
czg --alias=fd