If I check the list of the branches on my remote repository, I see only the ones that are supposed to exist, but if I check locally using:
git branch -a
I still see the ones deleted using the delete this branch feature that Github propose after merging a Pull Request
How can I "hide/ delete" this branches from git branch -a?