1
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-11-24 06:40:07 +00:00
ohmyzsh/plugins/git-commit-template
Ghasem Shirdel 66ffeacafd
fix(template.sh): fix space issue
An additional number of new lines may be printed when the final result is printed.
2022-01-18 12:05:19 +03:30
..
git-commit-template.plugin.zsh fix(template.sh): fix space issue 2022-01-18 12:05:19 +03:30
README.md style: break long lines 2022-01-07 14:12:50 +03:30

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.

gct

result

With the git log command, we can see the message that we committed.

git log

Tanks For Supporting 📌 Source