From 0eb3b207a775888f167fe325eeb99ce69b945817 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Baconnais Date: Mon, 14 Jun 2021 07:49:52 +0200 Subject: [PATCH] fix PR 504 - add missing git command --- content/intro-to-storybook/vue/fr/get-started.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/content/intro-to-storybook/vue/fr/get-started.md b/content/intro-to-storybook/vue/fr/get-started.md index 137be0ba1..910a1f4b4 100644 --- a/content/intro-to-storybook/vue/fr/get-started.md +++ b/content/intro-to-storybook/vue/fr/get-started.md @@ -59,6 +59,12 @@ $ git init Et ensuite : +```shell +$ git branch -M main +``` + +Puis : + ```shell $ git add . ```