mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-12 01:52:31 +01:00
style: break long lines
This commit is contained in:
parent
cb81849cfe
commit
06059baa1f
2 changed files with 57 additions and 41 deletions
|
|
@ -1,8 +1,10 @@
|
|||
# git-commit-template plugin
|
||||
|
||||
To better write git commit messages, we can use template to specify the desired description and type of message.
|
||||
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:
|
||||
To use it, add `git-commit-template` to the plugins array in your zshrc
|
||||
file:
|
||||
|
||||
```zsh
|
||||
plugins=(... git-commit-template)
|
||||
|
|
@ -16,7 +18,8 @@ plugins=(... git-commit-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.
|
||||
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.
|
||||
|
||||

|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue