diff --git a/Custom-Commands-Compendium.md b/Custom-Commands-Compendium.md index d7e2f1c..b8f1eab 100644 --- a/Custom-Commands-Compendium.md +++ b/Custom-Commands-Compendium.md @@ -72,4 +72,15 @@ customCommands: context: "files" loadingText: "opening git mergetool" subprocess: true +``` + +## Pruning deleted remote branches + +```yml +customCommands: + - key: "" + command: "git remote prune {{.SelectedRemote.Name}}" + context: "remotes" + loadingText: "Pruning..." + description: "prune deleted remote branches" ``` \ No newline at end of file