Re: move source to github?

Tim Harper <[email protected]> Tue, 29 Sep 2009 12:19:13 -0600
Newsgroups gmane.comp.lang.ruby.documentation
Message-ID <[email protected]>
On Tue, Sep 29, 2009 at 11:10 AM, Eric Hodel <[email protected]> wrote:

> On Sep 17, 2009, at 05:03, Roger Pack wrote:
>
>  Any chance we could have a main branch of the source for rdoc on
>> github, for slightly easier access?  Is it there already anywhere?
>>
>
> I don't see how it's easier.
>
> You have to type the same amount of commands to check out from repository.
>
> You have to type more commands to commit your work to the repository.
>

I'm not taking a position on one side or the other, but I do see a lot of
benefit for open source projects to use github.  For example, I like the
network view that github provides, and also it's great to be able to link to
a section of code at a specific version.  It seems to provide a favorable
environment that fosters contribution.

As far as using git, I see your point about it being the same amount of
commands.  Git is easy to use without github.  By more commits to commit
your work to the repository, are you referring to you would need to push to
two git repos instead of one?

Tim