mirror of
https://github.com/jesseduffield/lazygit.git
synced 2026-09-13 00:56:25 -04:00
add prune command
parent
85934528f8
commit
697b7d76c9
|
|
@ -72,4 +72,15 @@ customCommands:
|
|||
context: "files"
|
||||
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…
Reference in a new issue