Updated Custom Commands Compendium (markdown)

Jesse Duffield 2021-04-01 20:37:56 +11:00
parent 697b7d76c9
commit d2d538a4c2

@ -84,3 +84,14 @@ customCommands:
loadingText: "Pruning..." loadingText: "Pruning..."
description: "prune deleted remote branches" description: "prune deleted remote branches"
``` ```
## committing via Commitizen (git cz)
```yml
customCommands:
- key: "C"
command: "git cz"
context: "files"
loadingText: "opening commitizen commit tool"
subprocess: true
```