Skip to content

Instantly share code, notes, and snippets.

@webflo
Last active March 4, 2016 19:47
Show Gist options
  • Save webflo/363664de418e7bf932fb to your computer and use it in GitHub Desktop.
Save webflo/363664de418e7bf932fb 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
commit 385dde0167a39579438d7d5bb7ec0a0764d93600
Author: Florian Weber <[email protected]>
Date: Fri Mar 4 20:42:40 2016 +0100
init
.gitignore
.travis.yml
LICENSE
README.md
composer.json
composer.lock
drush/README.md
phpunit.xml.dist
scripts/composer/post-install.sh
web/.csslintrc
web/.editorconfig
web/.eslintignore
web/.eslintrc
web/.gitattributes
web/.htaccess
web/autoload.php
web/index.php
web/robots.txt
web/sites/default/default.services.yml
web/sites/default/default.settings.php
web/sites/default/services.yml
web/sites/default/settings.php
web/sites/development.services.yml
web/sites/example.settings.local.php
web/sites/example.sites.php
web/update.php
web/web.config
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment