Re: move source to github?
Roger Pack <[email protected]> Tue, 29 Sep 2009 12:46:26 -0600
| Newsgroups | gmane.comp.lang.ruby.documentation |
|---|---|
| Message-ID | <[email protected]> |
>> 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. True it takes more key strokes to commit to the central repository (though you could probably wrap it in a script to make it a one liner). The easiness I was referring to was being able to work on your own branch until your branch is ready for a pull request back to the main repository. Thanks! -r