Home ›
Adding Drupal profile as a git submodule (terminal dump)Adding Drupal profile as a git submodule (terminal dump)
Submitted by Benjamin Melançon on January 18, 2009 - 9:41pm
Not sure about this approach, let alone the documentation.
git add modules/
cd ../../../
git add .gitmodules drupal/profiles/imcdrupal/
cd drupal/profiles/imcdrupal/
git status
git commit -m "added the imc alba modules, and fckeditor (and the fckeditor third party download)"
git push
cd ../../../
git add drupal/profiles/imcdrupal/
git commit -m "With imc alba profile and modules"
Comments
Post new comment