cz-git | czg 🛠️ DX first and more engineered, lightweight, customizable, standard output format Commitizen adapter and CLI
1.12k
stars
41
forks
source link
[Feature Request] cz-git CLI `czg` suport use GPG sign commit message #58
Closed
Zhengqbbb closed 2 years ago
💭 Describe the feature
cz-git CLI
czg
suport use GPG sign commit messagewhat is GPG and how to set GPG sign
https://withblue.ink/2020/05/17/how-and-why-to-sign-git-commits.html
github docs link:
https://docs.github.com/cn/articles/generating-a-new-gpg-key https://docs.github.com/articles/signing-commits-using-gpg
gitlab docs link:
https://docs.gitlab.com/ee/user/project/repository/gpg_signed_commits/
gitee docs link:
https://gitee.com/help/articles/4248#article-header0
💡 Proposed Solution
TIP:
only support
czg
cz-git cliUsage
provide switch option
useCommitSignGPG
finally change command:git commit -m "..."
=>git commit -S -m "...."
cli add subcmd
gpg
: no-config turn on commit Sign GPG mode