Last Updated: February 25, 2016
·
443
· klj613

Cleanup local remote refs

If a remote branch is deleted (by someone else) then your git repository will still have the origin/branch-name reference. To cleanup these:

git remote prune origin