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"
|
context: "localBranches"
|
||||||
loadingText: "Pruning..."
|
loadingText: "Pruning..."
|
||||||
description: "prune local branches that have been merged to main/master"
|
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>"
|
- key: "<c-t>"
|
||||||
context: "global"
|
context: "global"
|
||||||
command: |
|
command: |
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue