On Thu, Feb 19, 2009 at 3:28 AM, C. Titus Brown <[email protected]> wrote: > > On Wed, Feb 18, 2009 at 06:06:17PM -0800, Christopher Lee wrote: > -> On Feb 18, 2009, at 5:48 PM, Istvan Albert wrote: > -> > -> > I prefer github because of the neat interface. > -> > > -> > As for local repositories, everyone should host whatever repositories > -> > they want, wherever they want it. > -> > When they want to submit patches to you it goes to this 'patch' > -> > repository. > -> > -> Sounds good. OK, who is going to strike a blow for democracy and > -> create a pygr repository on github? > > FREEEDOM! > > http://github.com/ctb/pygr/tree/master > > Anyone who wants write access, please send me your github username. > I've already added ialbert as a collaborator.
Great, but if I have understood well how github works, the right protocol to partecipate to a project is: - login/create an account on github - go on http://github.com/ctb/pygr/tree/master - click on the 'Fork' button' - this will create a clone of the repository in your personal account. You will be making changes to your clone only, and other people will be able to see the differences between all the personal branches here: http://github.com/dalloliogm/pygr/network - read this guide: http://github.com/guides/keeping-a-git-fork-in-sync-with-the-forked-repo you should execute the command: git remote add pygr-official git://github.com/ctb/pygr.git to be able to syncronize your repository with the official one (you can also do it from the web interface by clicking on 'Fork Queue', but sometimes it doesn't work properly) p.s. there is also an experimental port of biopython in github, if you are interested: - http://github.com/biopython/biopython/tree/master > > github is pretty. > > cheers, > --titus > -- > C. Titus Brown, [email protected] > > > > -- My blog on bioinformatics (now in English): http://bioinfoblog.it --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pygr-dev" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/pygr-dev?hl=en -~----------~----~----~----~------~----~------~--~---
