I am trying to build a capistrano dementoment script for a git project that has a submodule.
I execute these commands
run "git clone git@github.com:GITPROJECT /var/www/myfolder"
when I run this submodule not cloned into / var / www / myfolder, instead it only creates an empty folder with the name of the submodule
when i try to run this it wont work either
run "cd /var/www/myfolder/submodule && git pull master"
can someone help me with this?
git github capistrano
nivanka
source share