Git remote branches

2013-04-05 Thread Justin Mclean
Hi, Just noticed this: git branch -r origin/FLEX-33451 origin/HEAD - origin/master origin/develop origin/master origin/patches origin/release4.9 ie : origin/FLEX-33451 is still a remote branch - should this be removed and if so what the safest way of doing that? If it is removed

RE: Git remote branches

2013-04-05 Thread Michael A. Labriola
ie : origin/FLEX-33451 is still a remote branch - should this be removed and if so what the safest way of doing that? It can be removed although it won't hurt anything to hang around for a while. I honestly google the method to remove it most times:

Re: Git remote branches

2013-04-05 Thread Justin Mclean
Hi, It won't affect your local branch. That will stay intact and viable. Even when it tracking the remote branch? I suspect you mean changes to merge Yep. However the remote branch has already been merged into develop (which I may or may not know depend on how close attention I've been