Update your git repository remote origin

Let’s say you’re moving from one service to another, to update your origin url use the following command : $ git remote remove origin $ git remote add origin git@github.com:your_account/repository.git If you get an error message like this : You asked me to pull without telling me which branch you Do the following : $ … 

 

Ruby Flickr Uploader

To ease the process of uploading lots of pictures on Flickr, I just wrote a small (quick and dirty) ruby script that lets you upload, add to a set and tag pictures. https://github.com/CharlyBr/ruby-flickr-uploader try it and fork it!