Switching to GitHub

Unfuddle has worked fine for me - as I have often mentioned. However we know that all the cool Ruby people hang out at GitHub.

I was initially using Unfuddle for my play Rails project because I was under the impression that you can only create one repository under a free account. Turns out that I was totally wrong - you can have unlimited open source repositories. Not good if you want to keep your code secret but perfect for me as I want my code public.

So my project is now here: https://github.com/cemeng/railsMovieDepot

GIt comands to checkout the code:

[shell] git init movie-depot cd movie-depot git clone [email protected]:cemeng/railsMovieDepot.git cd railsMovieDepot mv * .. cd .. rm -rf railsMovieDepot [/shell]