How can I prevent Capistrano from doing a checkout to a new branch when I run cap deploy? I'm using Git and part of what the cap deploy command does is
git checkout -q -b deploy <hash> I'm always deploying from a release branch so there is no need to create a new branch. -- * You received this message because you are subscribed to the Google Groups "Capistrano" group. * To post to this group, send email to [email protected] * To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/capistrano?hl=en
