profile image
by elventails
on 27/11/09
I like this button80 people like this
Checked out a remote Git repository and not sure how to update your local refs not to list remotely deleted branches (in git br -r)?

"git remote prune <remote>" or "git remote update --prune" will drop remote tracking branches that have been deleted remotely (git fetch only create/updates refs)