mirror of
https://github.com/robbyrussell/oh-my-zsh.git
synced 2025-12-14 19:30:42 +01:00
doc(REDAME.md): create documentation
This commit is contained in:
29
plugins/git-commit-template/README.md
Normal file
29
plugins/git-commit-template/README.md
Normal file
@@ -0,0 +1,29 @@
|
|||||||
|
# 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:
|
||||||
|
|
||||||
|
```zsh
|
||||||
|
plugins=(... git-commit-template)
|
||||||
|
```
|
||||||
|
|
||||||
|
## Learn This Articles
|
||||||
|
|
||||||
|
- #### [How to Write Better Git Commit Messages](https://www.freecodecamp.org/news/how-to-write-better-git-commit-messages/)
|
||||||
|
|
||||||
|
- #### [Epower Git Template](https://github.com/epowerng/git-template)
|
||||||
|
|
||||||
|
## 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.
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
### Tanks For Supporting [📌 Source](https://github.com/ghasemdev/git-commit-template)
|
||||||
Reference in New Issue
Block a user