|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] git question
On 14/08/10 10:25, Stefan Kuhne wrote:
Hello,
how can i get pv/pcifront-2.6.32 from Konrad.
When i make "git clone
git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen.git
xen-pcifront/" i get a complete 2.6.34 Kernel Tree.
git branch -a
After you have identified the remote branch you want to clone (origin is
the remote that you're originally cloning from)
git checkout --track origin/X
In your case i suppose you want:
git checkout --track origin/pv/pcifront-2.6.32
Then you can verify everything is alright doing a :
git branch
It should list a master branch and a pv/pcifront-2.6.32 branch that
should be your current branch (the presence of the * indicate your
current branch)
--
Vincent
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|