[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <alpine.LNX.2.00.1010301818320.1572@swampdragon.chaosbits.net>
Date: Sat, 30 Oct 2010 18:20:32 +0200 (CEST)
From: Jesper Juhl <jj@...osbits.net>
To: Tracey Dent <tdent48227@...il.com>
cc: kernelnewbies@...linux.org, linux-kernel@...r.kernel.org
Subject: Re: Just wondering
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@...osbits.net> 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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists