All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: Just wondering
  2010-10-30 16:22 Just wondering Tracey Dent
@ 2010-10-30 16:20 ` Jesper Juhl
  2010-10-30 16:46   ` Tracey Dent
  0 siblings, 1 reply; 5+ messages in thread
From: Jesper Juhl @ 2010-10-30 16:20 UTC (permalink / raw)
  To: Tracey Dent; +Cc: kernelnewbies, linux-kernel

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@chaosbits.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


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Just wondering
@ 2010-10-30 16:22 Tracey Dent
  2010-10-30 16:20 ` Jesper Juhl
  0 siblings, 1 reply; 5+ messages in thread
From: Tracey Dent @ 2010-10-30 16:22 UTC (permalink / raw)
  To: kernelnewbies, linux-kernel

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Just wondering
  2010-10-30 16:46   ` Tracey Dent
@ 2010-10-30 16:44     ` Jesper Juhl
  2010-10-30 16:57       ` Tracey Dent
  0 siblings, 1 reply; 5+ messages in thread
From: Jesper Juhl @ 2010-10-30 16:44 UTC (permalink / raw)
  To: Tracey Dent; +Cc: kernelnewbies, linux-kernel

On Sat, 30 Oct 2010, Tracey Dent wrote:

> 
> I know how to clone. I was wondering how to get your own repository?

http://www.kernel.org/faq/#account


-- 
Jesper Juhl <jj@chaosbits.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


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Just wondering
  2010-10-30 16:20 ` Jesper Juhl
@ 2010-10-30 16:46   ` Tracey Dent
  2010-10-30 16:44     ` Jesper Juhl
  0 siblings, 1 reply; 5+ messages in thread
From: Tracey Dent @ 2010-10-30 16:46 UTC (permalink / raw)
  To: Jesper Juhl; +Cc: kernelnewbies, linux-kernel

On 10/30/10, Jesper Juhl <jj@chaosbits.net> wrote:
> 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.


I know how to clone. I was wondering how to get your own repository?
> Consider reading this: http://linux.yyz.us/git-howto.html
>
>
> --
> Jesper Juhl <jj@chaosbits.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
>
>

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Just wondering
  2010-10-30 16:44     ` Jesper Juhl
@ 2010-10-30 16:57       ` Tracey Dent
  0 siblings, 0 replies; 5+ messages in thread
From: Tracey Dent @ 2010-10-30 16:57 UTC (permalink / raw)
  To: Jesper Juhl; +Cc: kernelnewbies, linux-kernel

On 10/30/10, Jesper Juhl <jj@chaosbits.net> wrote:
> On Sat, 30 Oct 2010, Tracey Dent wrote:
>
>>
>> I know how to clone. I was wondering how to get your own repository?
>
> http://www.kernel.org/faq/#account
>
>
> --
> Jesper Juhl <jj@chaosbits.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
>
>
Thanks

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2010-10-30 16:57 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-10-30 16:22 Just wondering Tracey Dent
2010-10-30 16:20 ` Jesper Juhl
2010-10-30 16:46   ` Tracey Dent
2010-10-30 16:44     ` Jesper Juhl
2010-10-30 16:57       ` Tracey Dent

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.