mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-23 22:30:07 +00:00
b1ee81f4f0
To sign committees, just set the GPG for the git and then sign the template with `-s` or `sign` args. |
||
---|---|---|
.. | ||
git-commit-template.plugin.zsh | ||
README.md |
git-commit-template plugin
To better write git commit messages, we can use template to specify the desired description and type of message.
To use it, add git-commit-template
to the plugins array in your zshrc
file:
plugins=(... git-commit-template)
Learn This Articles
Usage
All you have to do is call the gct
command and fill in the items that
are not optional at each step to prepare the message format.
With the git log
command, we can see the message that we committed.