Re: attempting to clone the git repo

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Fri, Mar 09, 2007 at 09:51:14AM +0000, Andrew Kilroy wrote:
> On 08/03/07, Junio C Hamano <junkio@xxxxxxx> 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
-
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Linux Kernel Development]     [Gcc Help]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [V4L]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]     [Fedora Users]