[loongson-dev] only master branch in linux-official.git

2014-01-14 Thread Sela Selah
I exec the command: git clone git://dev.lemote.com/linux-official.git cd linux-official && git branch there only master branch but I want to switch to the linux-3.6 branch. any thing wrong? -- You received this message because you are subscribed to the Google Groups "loongson-dev" group. To uns

Re: [loongson-dev] only master branch in linux-official.git

2014-01-14 Thread Huacai Chen
git checkout -b linux-3.6 origin/linux-3.6 On Wed, Jan 15, 2014 at 12:43 AM, Sela Selah wrote: > I exec the command: > git clone git://dev.lemote.com/linux-official.git > cd linux-official && git branch > > there only master branch but I want to switch to the linux-3.6 branch. > any thing wrong?