martedì 2 aprile 2013

Here's a nice collection of Ruby one-liners. Having a few of these formulas at hand, may save you lots of work...

mercoledì 27 marzo 2013

Creating a remote git repo

Assuming you have a project in your local machine and console access to a remote server (and git installed on both), these instructions will accomplish the following:

  1. turn your local copy into a git repository
  2. push it to the remote server