lazygit: add prune command for remote branches
This commit is contained in:
parent
24dae48923
commit
7f91cd7747
1 changed files with 5 additions and 0 deletions
|
@ -54,6 +54,11 @@ customCommands:
|
|||
context: "localBranches"
|
||||
loadingText: "Pruning..."
|
||||
description: "prune local branches that have been merged to main/master"
|
||||
- key: b
|
||||
command: "git remote update -p"
|
||||
context: "remoteBranches"
|
||||
loadingText: "Pruning..."
|
||||
description: "prune remote branches that no longer exist"
|
||||
- key: "<c-t>"
|
||||
context: "global"
|
||||
command: |
|
||||
|
|
Loading…
Add table
Reference in a new issue