In GIT I removed remote branch:
git push origin :my_removed_branch
But if other client will do this:
git branch -a
He will see the removed branch.
...
remotes/origin/master
remotes/origin/my_removed_branch
How do I get other customers stopped to see the removed branch?
Git version: 1.9.5