the first thing to do on your server
cd /etc
sudo git .
sudo git add .
sudo git commit -m 'initial import'
Fruit.new(:name => "ananas", :colour => "blue")
I'm a Ruby on Rails developer and open source hacker. My current project is photostre.am, an amazing flickr tool that I host with Rackspacecloud.
cd /etc
sudo git .
sudo git add .
sudo git commit -m 'initial import'
Leave a Reply