Hi!

On 22:33 Thu 18 Nov     , Rahul Ramasubramanian wrote:
> Hi ,
> I had a query regarding git usage
> i am trying to clone a specific branch from a repo. I am following the
> instructions from this site
> http://www.linux-arm.org/LinuxKernel/LinuxAndroidPlatform    (
> patching the kernel subsection)
> But when i try to clone
> http://linux-arm.org/git?p=linux-2.6-stable.git;a=summary
> using the following command
>  http://linux-arm.org/linux-2.6-stable.git
> I dont find the required branch ( it is named 2.6.33-armdroid) . The
> git branch shows only 1 branch.

You have to use "git branch -a" to see remote branches. Use
"git checkout remotes/origin/2.6.33-armdroid" to switch to the armdroid
branch.

        -Michi
-- 
programing a layer 3+4 network protocol for mesh networks
see http://michaelblizek.twilightparadox.com


--
To unsubscribe from this list: send an email with
"unsubscribe kernelnewbies" to ecar...@nl.linux.org
Please read the FAQ at http://kernelnewbies.org/FAQ

Reply via email to