Tag Archives: Git

Deploying with Capistrano and Git Submodules

If your using Capistrano to deploy code from a Git repository with submodules in it, you’ve likely run into empty directories where your sub-repositories should have been cloned. The reason is that Capistrano does not excute the Git clone command … Continue reading

Posted in Uncategorized | Tagged , , , | Comments Off