Include initial commit in startup copy-paste steps

This commit is contained in:
benjamin melançon 2023-10-19 15:47:06 -04:00
parent a59c4f3e41
commit f0485155be

View file

@ -56,6 +56,8 @@ ddev config --docroot=web --project-type=drupal10 --webserver-type=apache-fpm --
ddev start
ddev auth ssh
ddev composer install
git init
git commit -m "Begin repository based on build_source main"
```
```{note}