github repos cloning, but no tags/branches recreated??!!

Posted by deepblue on Stack Overflow See other posts from Stack Overflow or by deepblue
Published on 2010-05-15T19:00:26Z Indexed on 2010/05/15 19:04 UTC
Read the original article Hit count: 189

Filed under:
|

I've been cloning a few repos from github that, even though I know they have branches/tags, do not have them once I clone them onto my local drive. strage. I try to list the tags (git tag) but nothing comes up...
I would look into .git/refs/tags/ and that too is empty.

the repos in question are:
http://github.com/jchris/hovercraft.git
http://github.com/apache/couchdb.git

any ideas? I really need specific tags/branches, and not the HEAD of the master

© Stack Overflow or respective owner

Related posts about git

Related posts about github