I removed remote branch in GIT but other clients still see this branch -
in git removed remote branch:
git push origin :my_removed_branch but if other client this:
git branch -a he see removed branch.
... remotes/origin/master remotes/origin/my_removed_branch how other customers stopped see removed branch?
git version: 1.9.5
agree @hauleth's answer need prune.
if want perform automatic pruning when performing git pull or fetch may want read stackoverflow answer in regards automatically having branches pruned without having manually call it
Comments
Post a Comment