You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to meta-...@googlegroups.com
Hello list!
I have setup a Git repository for MetaRails at GitHub. I think that is a great step towards a easier and better development of MetaRails. With GitHub you can fork the master repository of MetaRails, do all the changes you want, store them in your own repository and when you think that you have a wonderful improvement you can make a pull request to integrate it easily to the master repository.
Git is a new approach to SCM (Source code management) that permits the easy management of distributed repositories, seems to be perfect for open source projects. GitHub is a web application that manages Git repositories, and is doing it so well that Rails core will be moved to it soon.