git prune origin code example
Example 1: git remove deleted remote branches
git fetch origin --prune
Example 2: git prune
if you deleted a branch using the git web GUI and don't want it to show up in your local branch list anymore (git branch -r), then this is the command you should use.
Example 3: git prune local branches
npx git-removed-branches --prune