git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Deleting branches
@ 2010-03-26 14:41 jhapk
  2010-03-26 15:12 ` Michael J Gruber
  0 siblings, 1 reply; 2+ messages in thread
From: jhapk @ 2010-03-26 14:41 UTC (permalink / raw)
  To: git


Hi,
I wanted to see the all the branches of a remote repository and so in my
.git/config file I had something like
[remote "jeff"]
        url = /nfs/kris/d1/people/jeff/cffc
        fetch = +refs/heads/*:refs/remotes/jeff/*

But then I decided that I only need to see one particular_branch and I
changed it to
[remote "jeff"]
        url = /nfs/kris/d1/people/jeff/cffc
        fetch =
+refs/heads/particular_branch:refs/remotes/jeff/particular_branch

But even now, when I do a $git branch -a, I see this
[pradeep@scaramanga cffc]$ git branch -a
  jeff
  master
* work
  jeff/local
  jeff/master
  jeff/particular_branch
  origin/HEAD
  origin/master
  origin/work

Why am I still getting the other jeff branches in my list and how do I
delete them?
THanks
-- 
View this message in context: http://n2.nabble.com/Deleting-branches-tp4804268p4804268.html
Sent from the git mailing list archive at Nabble.com.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-03-26 15:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-26 14:41 Deleting branches jhapk
2010-03-26 15:12 ` Michael J Gruber

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).