This question might be OT here! :) More suited for GIT discussion forum. To see remote branches, try 'git branch -r' not just 'git branch'. For checking out a specific branch, use 'git checkout -b <local branch> <remote branch as shown in git branch -r o/p> HTH, -mandeep On Fri, Nov 19, 2010 at 9:03 AM, Rahul Ramasubramanian <ramasubramanian.rahul@xxxxxxxxx> 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. > There seems to be another project called armdroid , but that does not > have the sources , it just has few patches and prebuilt images. > > So my question is , how do i clone the correct project and then switch > to the correct branch. > Hope my question is clear. > > Thanks in advance for the replies > Regards > Rahul > > -- > To unsubscribe from this list: send an email with > "unsubscribe kernelnewbies" to ecartis@xxxxxxxxxxxx > Please read the FAQ at http://kernelnewbies.org/FAQ > > -- To unsubscribe from this list: send an email with "unsubscribe kernelnewbies" to ecartis@xxxxxxxxxxxx Please read the FAQ at http://kernelnewbies.org/FAQ