Re: Just wondering

From: Jesper Juhl
Date: Sat Oct 30 2010 - 12:30:56 EST


On Sat, 30 Oct 2010, Tracey Dent wrote:

> How can u get an repository at git.kernel.org for linux kernel development??

This will clone Linus' tree into a local directory named 'linux-2.6' :

$ git clone git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git linux-2.6

To update the tree you can :

$ cd linux-2.6

$ git pull

You can do the same for other trees.

Consider reading this: http://linux.yyz.us/git-howto.html


--
Jesper Juhl <jj@xxxxxxxxxxxxx> http://www.chaosbits.net/
Plain text mails only, please http://www.expita.com/nomime.html
Don't top-post http://www.catb.org/~esr/jargon/html/T/top-post.html

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/