mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-05-11 04:15:48 +02:00
add prune command
parent
85934528f8
commit
697b7d76c9
1 changed files with 11 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue