mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-05-12 12:55:47 +02:00
Updated Custom Commands Compendium (markdown)
parent
697b7d76c9
commit
d2d538a4c2
1 changed files with 16 additions and 5 deletions
|
@ -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
|
||||||
|
```
|
Loading…
Add table
Add a link
Reference in a new issue