mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-03-13 21:33:22 +01:00
docs: syntax
This commit is contained in:
parent
3889a66a5f
commit
6fa29f7a2b
1 changed files with 3 additions and 0 deletions
|
@ -12,6 +12,9 @@ plugins=(... git-commit)
|
|||
|
||||
```zsh
|
||||
git <type> [(-s, --scope) "<scope>"] "<message>"
|
||||
git <type> [(-a, --attention)] "<message>"
|
||||
git <type> [(-s, --scope) "<scope>"] [(-a, --attention)] "<message>"
|
||||
git <type> [(-sa, -as)] "<scope>" "<message>" "<message>"
|
||||
```
|
||||
|
||||
> ⚠️ Single/Double quotes around the scope and message are required
|
||||
|
|
Loading…
Add table
Reference in a new issue