The Alchemist Dev

Explorations & Rants

Check out this little nugget.

local> ssh user@example.com
user@example> git init --bare $DIR
user@example> exit
local> git clone user@example.com:$DIR