Intertwingly on Git
I’ve installed git and gitweb, and put up my initial code explorations for a Ruby on Rails based rewrite of this blog’s software. Neither the code nor the tests are all that much just yet, mostly just scaffolding and CSS, a small bit of controller logic, and the autogenerated tests and fixtures. But anybody out there feels compelled to try it out, go for it:
git clone http://code.intertwingly.net/public/git/riggr rake db:migrate rake test
Initial impressions:
- Git is fast
- The integration with ssh and pre/post commit hooks makes even single developer apps a breeze.
Links I found useful in the process: