Re: How to contribute on github?

2012-05-14 Thread Steven Schveighoffer
On Mon, 14 May 2012 08:09:48 -0400, Alex Rønne Petersen wrote: Yes, I know it can be done much shorter, but to a beginner, the stuff I listed usually seems less 'magical'. It's not magical if you don't wonder about it. For example, setting up origin was a detail I never even thought about

Re: How to contribute on github?

2012-05-14 Thread Alex Rønne Petersen
On 14-05-2012 13:45, Steven Schveighoffer wrote: On Fri, 11 May 2012 18:34:45 -0400, Alex Rønne Petersen wrote: On 12-05-2012 00:22, Mehrdad wrote: I haven't used git or github much. (Pretty much just once or twice, when someone added me.) How do I go about submitting potential changes to Ph

Re: How to contribute on github?

2012-05-14 Thread Steven Schveighoffer
On Fri, 11 May 2012 18:34:45 -0400, Alex Rønne Petersen wrote: On 12-05-2012 00:22, Mehrdad wrote: I haven't used git or github much. (Pretty much just once or twice, when someone added me.) How do I go about submitting potential changes to Phobos? (All I see on there is "GIT Read-only" wh

Re: How to contribute on github?

2012-05-11 Thread Jonathan M Davis
On Saturday, May 12, 2012 00:34:45 Alex Rønne Petersen wrote: > On 12-05-2012 00:22, Mehrdad wrote: > > I haven't used git or github much. (Pretty much just once or twice, when > > someone added me.) > > > > How do I go about submitting potential changes to Phobos? > > > > (All I see on there is

Re: How to contribute on github?

2012-05-11 Thread Mehrdad
OK, so what you do is you fork the Phobos repo. You then set up your local clone like so: $ mkdir phobos $ cd phobos $ git init . $ git remote add upstream g...@github.com:D-Programming-Language/phobos.git $ git remote add origin g...@github.com:YourUserNameHere/phobos.git $ git fetch origin

Re: How to contribute on github?

2012-05-11 Thread Trass3r
http://help.github.com/fork-a-repo/

Re: How to contribute on github?

2012-05-11 Thread H. S. Teoh
On Sat, May 12, 2012 at 12:22:56AM +0200, Mehrdad wrote: > I haven't used git or github much. (Pretty much just once or twice, > when someone added me.) > > How do I go about submitting potential changes to Phobos? > > (All I see on there is "GIT Read-only" which I feel is read-only, > not someth

Re: How to contribute on github?

2012-05-11 Thread Alex Rønne Petersen
On 12-05-2012 00:22, Mehrdad wrote: I haven't used git or github much. (Pretty much just once or twice, when someone added me.) How do I go about submitting potential changes to Phobos? (All I see on there is "GIT Read-only" which I feel is read-only, not something I can/know how to modify...)

How to contribute on github?

2012-05-11 Thread Mehrdad
I haven't used git or github much. (Pretty much just once or twice, when someone added me.) How do I go about submitting potential changes to Phobos? (All I see on there is "GIT Read-only" which I feel is read-only, not something I can/know how to modify...)