[git-users] Re: how can you cleanup your local repository when branch -a shows a bunch or origin/ branches that no longer really exist.

2009-11-12 Thread donnoman
git remote prune origin Worked great thank you. On Oct 13, 5:38 am, Artiom Diomin kro...@gmail.com wrote: В Пнд, 12/10/2009 в 10:23 -0700, donnoman пишет: Our team creates topic branches, then when they are ready rebases them and merges them into our testing branch and then deletes the old

[git-users] Re: how can you cleanup your local repository when branch -a shows a bunch or origin/ branches that no longer really exist.

2009-10-13 Thread Michael P. Soulier
On 12/10/09 donnoman said: Our team creates topic branches, then when they are ready rebases them and merges them into our testing branch and then deletes the old topic branch. Apparently git pull and fetch don't automatically trim the list of branches that it thinks origin has. On my