From a6d2a83949cb8769dd722e68672144cd8592697f Mon Sep 17 00:00:00 2001 From: Paul Gilzow Date: Thu, 12 Dec 2024 08:06:07 -0600 Subject: [PATCH] Update _index.md removes `git init` from guide as it is not needed. Closes #4302 --- sites/upsun/src/get-started/stacks/strapi/_index.md | 1 - 1 file changed, 1 deletion(-) diff --git a/sites/upsun/src/get-started/stacks/strapi/_index.md b/sites/upsun/src/get-started/stacks/strapi/_index.md index 12a803fc6d..4554447711 100644 --- a/sites/upsun/src/get-started/stacks/strapi/_index.md +++ b/sites/upsun/src/get-started/stacks/strapi/_index.md @@ -36,7 +36,6 @@ To create your Strapi app, follow these steps. ```bash {location="Terminal"} cd my-strapi-project - git init echo "\nhttp:" >> .gitignore git add . git commit -m "Init Strapi application."