Skip to content

Instantly share code, notes, and snippets.

@webflo
Created March 4, 2016 19:44
Show Gist options
  • Save webflo/a288ee357a1f0d6157a4 to your computer and use it in GitHub Desktop.
Save webflo/a288ee357a1f0d6157a4 to your computer and use it in GitHub Desktop.
composer create-project drupal-composer/drupal-project:8.x-dev test1 --stability dev --no-interaction -vvv
cd test1
git init
git add .
git commit -m "init"
cd ..
git clone test1 test2
cd test2
composer install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment