Thursday, April 07, 2011

Cloning Beanstalk Repositories

I use Beanstalk for private git (and svn) hosting. I must say it's great, but I always forget to use the SSH Config name rather than the full hostname when trying to clone repositories for the first time.

Note to self: it's...

    $ git clone git@beanstalk:/repo.git
!