1
0
Fork 0

lazygit: add prune command for remote branches

This commit is contained in:
Luca Bilke 2025-03-18 16:52:11 +01:00
parent 24dae48923
commit 7f91cd7747
Signed by: luca
GPG key ID: F6E11C9BAA7C82F5

View file

@ -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: |