mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-05-12 04:45:47 +02:00
add prune command
parent
85934528f8
commit
697b7d76c9
1 changed files with 11 additions and 0 deletions
|
@ -73,3 +73,14 @@ customCommands:
|
|||
loadingText: "opening git mergetool"
|
||||
subprocess: true
|
||||
```
|
||||
|
||||
## Pruning deleted remote branches
|
||||
|
||||
```yml
|
||||
customCommands:
|
||||
- key: "<c-p>"
|
||||
command: "git remote prune {{.SelectedRemote.Name}}"
|
||||
context: "remotes"
|
||||
loadingText: "Pruning..."
|
||||
description: "prune deleted remote branches"
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue