From: Peter Baumann <waste.manager@gmx.de>
To: Andrew Kilroy <lemonkandy@gmail.com>
Cc: git@vger.kernel.org
Subject: Re: attempting to clone the git repo
Date: Fri, 9 Mar 2007 11:08:23 +0100 [thread overview]
Message-ID: <20070309100823.GB28406@xp.machine.xx> (raw)
In-Reply-To: <2fb03ecb0703090151j10842263off743be1f86bf9c3@mail.gmail.com>
On Fri, Mar 09, 2007 at 09:51:14AM +0000, Andrew Kilroy wrote:
> On 08/03/07, Junio C Hamano <junkio@cox.net> wrote:
> >I've always thought that for http transfer the hostname was not
> >git.kernel.org but www.kernel.org, as in:
> >
> > git clone http://www.kernel.org/pub/scm/git/git.git/
> >
>
> That worked, thanks.
>
> I thought there were more branches though (pu, todo...). I can only
> see master via 'git branch'. I'm not that familiar with git yet, so I
> might be missing something obvious here.
>
> Andy
Use
git branch -r # shows the remote branches
or
gitk --all # --all = show every branch
to see all the branches.
-Peter
prev parent reply other threads:[~2007-03-09 10:04 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-03-08 16:49 attempting to clone the git repo Andrew Kilroy
2007-03-08 17:29 ` Johannes Schindelin
2007-03-08 17:33 ` Johannes Schindelin
2007-03-08 18:40 ` Junio C Hamano
2007-03-09 9:51 ` Andrew Kilroy
2007-03-09 10:08 ` Peter Baumann [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20070309100823.GB28406@xp.machine.xx \
--to=waste.manager@gmx.de \
--cc=git@vger.kernel.org \
--cc=lemonkandy@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).