On Mon, 22 Sep 2008 16:54:46 -0700
"Victor Gallardo" <[EMAIL PROTECTED]> wrote:

> Hi Josh, 
> 
> >
> >You need to look in the 'next' branch.
> >
> > http://git.kernel.org/?p=linux/kernel/git/jwboyer/powerpc-4xx.git;a=tree;f=arch/powerpc/platforms/44x;h=c5cae8d37f170193ed45b7b76e3cb2cbb8be927a;hb=next
> >
> >josh
> 
> I am not sure how to get your next branch.
> 
> I usually just use the following command.
> 
> git clone 
> git://git.kernel.org/pub/scm/linux/kernel/git/jwboyer/powerpc-4xx.git 
> linux-ppc4xx

This is fine.

> How do I get the next branch?

'git branch -r' will show you all the remote branches.  To check out
the 'next' branch, simply do:

'git checkout -b next origin/next'

My setup is slightly different because I clone Linus' tree and add
Paul's and my own as remotes using 'git remote add'.  But that's just
how I prefer to operate, and there is nothing wrong with cloning my
tree itself if you are only looking for 4xx changes.

josh
_______________________________________________
Linuxppc-dev mailing list
Linuxppc-dev@ozlabs.org
https://ozlabs.org/mailman/listinfo/linuxppc-dev

Reply via email to