Skip to content

Instantly share code, notes, and snippets.

@DamianZaremba
Created March 21, 2012 03:43
Show Gist options
  • Save DamianZaremba/2144094 to your computer and use it in GitHub Desktop.
Save DamianZaremba/2144094 to your computer and use it in GitHub Desktop.
Symfony git submoduleize
mkdir -p vendor/bundles/Sensio/Bundle/ vendor/bundles/JMS/ vendor/bundles/Symfony/Bundle/
git submodule add http://github.com/symfony/symfony.git vendor/symfony
git submodule add http://github.com/fabpot/Twig.git vendor/twig
git submodule add http://github.com/Seldaek/monolog.git vendor/monolog
git submodule add http://github.com/doctrine/common.git vendor/doctrine-common
git submodule add http://github.com/doctrine/dbal.git vendor/doctrine-dbal
git submodule add http://github.com/doctrine/doctrine2.git vendor/doctrine
git submodule add http://github.com/swiftmailer/swiftmailer.git vendor/swiftmailer
git submodule add http://github.com/kriswallsmith/assetic.git vendor/assetic
git submodule add http://github.com/fabpot/Twig-extensions.git vendor/twig-extensions
git submodule add http://github.com/schmittjoh/metadata.git vendor/metadata
git submodule add http://github.com/sensio/SensioFrameworkExtraBundle.git vendor/bundles/Sensio/Bundle/FrameworkExtraBundle
git submodule add http://github.com/schmittjoh/JMSSecurityExtraBundle.git vendor/bundles/JMS/SecurityExtraBundle
git submodule add http://github.com/sensio/SensioDistributionBundle.git vendor/bundles/Sensio/Bundle/DistributionBundle
git submodule add http://github.com/sensio/SensioGeneratorBundle.git vendor/bundles/Sensio/Bundle/GeneratorBundle
git submodule add http://github.com/symfony/AsseticBundle.git vendor/bundles/Symfony/Bundle/AsseticBundle
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment