add prune command

sportshead 2020-12-25 10:51:46 +08:00
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"
```