> From: Linus Torvalds [mailto:torvalds@linux-foundation.org]
> Sent: den 10 oktober 2007 21:38
> To: Joakim Tjernlund
> Cc:
git@vger.kernel.org
> Subject: Re: [FEATURE REQUEST] git clone, just clone selected
> branches?
>
>
>
> On Wed, 10 Oct 2007, Joakim Tjernlund wrote:
> >
> > I know I can use git remote to do this, but it is a bit clumsy
> > when starting a new repo.
>
> How about just
>
> git init
> .. set up remote tracking info in .git/config ..
> git fetch remote
>
> which should do what you want.
>
> Linus