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

Popular posts from this blog

Email notification in google apps script -

c++ - Difference between pre and post decrement in recursive function argument -

javascript - IE11 incompatibility with jQuery's 'readonly'? -