I'm just guessing, but I think git-clone doesn't pull in remotes, so that our clones are getting whatever's your master, hence trunk. You can make a local copy of a remote branch like so:
git-checkout -b local/branchname branchname There's no magic in the "local" prefix, it's just to distinguish the remote branch of the same name. Plus git-update-server-info may be needed... On Thu, Jun 19, 2008 at 12:07 PM, Jacob Kaplan-Moss <[EMAIL PROTECTED]> wrote: > > On Thu, Jun 19, 2008 at 11:55 AM, [EMAIL PROTECTED] > <[EMAIL PROTECTED]> wrote: >> Is this only going to offer the trunk branch? > > Until I learn more about Git, yes :) > > If you know the correct incantation to add other git-svn-created > branches, feel free to school me :) > > Jacob > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to django-developers@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-developers?hl=en -~----------~----~----~----~------~----~------~--~---