オフィシャルGitレポジトリの公開

待ちに待ったMacRubyのオフィシャルGitレポジトリが公開されました。
MacRuby-devel MLに投稿されたメールより

Subject: [MacRuby-devel] Git Mirrors より

Hi,

We now have git mirrors of our SVN repositories:

	git://git.macruby.org/macruby/MacRuby.git
	git://git.macruby.org/macruby/MacRubyWebsite.git

They mirror during post-commit, so the mirror should never be more than a few seconds behind subversion. Feel free to use them.

The following page includes some information about Git and the SVN integration:

	http://trac.webkit.org/wiki/UsingGitWithWebKit

Thanks to William Siegrist of Mac OS Forge fame for making this possible!

Laurent

早速、gitを使って手元にcloneしちゃいましょう。これであなた色MacRubyをそめることができます。(本家に取り込まれるかどうかは別として...)
gitは、MacPortsで導入していることが前提です。まだの人は UsingGitWithWebKit – WebKit を参考にして、MacPortsとgit-coreパッケージをインストールしてください。

$ git clone git://git.macruby.org/macruby/MacRuby.git MacRuby-git

あとはみなさんのお好きなように。