The version control system called git has really changed that. Every git "checkout" contains the entire history of the project, which means that there is not really a central repository anymore - all are equivalent. What the central repository is, is just a convention. There are websites like http://github.com, which host git repositories (for small repositories, it is even free). We have exported our git repositories to github.com, from where anyone in the world can 'clone' our repository, make changes, and feed back changes for merging with our repository, which is particularly simple using git.
Our git repository can be accessed at http://github.com/solgenomics .
git is so much nicer than svn!
ReplyDeleteI agree!!!! :-)
ReplyDelete