Tag Archives: git

Capistrano – Deploying a Branch

When deploying from Capistrano, I like to have the following in my ‘deploy.rb’ file: set :scm, "git" set :repository, "git@www.example.com:project.git" set :git_shallow_clone, 1 set :deploy_via, :remote_cache This allows speeds deployments by keeping a versions checked out on the server in … Continue reading

Posted in Technology | Tagged , , , , | 2 Comments

Installing git on OS X

I finally decided to sneak a peak at git, the distributed version control system.  After some light searching, I found MacPorts to be the best bet for installing the software.  While trying to install rsync, I kept getting the following … Continue reading

Posted in Technology | Tagged , , | Leave a comment