From eba8dedc1f684d325c8f3209b41e81df7a50c770 Mon Sep 17 00:00:00 2001 From: Anne-Greeth Schot-van Herwijnen Date: Mon, 9 Oct 2023 15:10:01 +0200 Subject: [PATCH] Update upgrading.md --- guides/basic-use/upgrading.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/guides/basic-use/upgrading.md b/guides/basic-use/upgrading.md index 81e4764d..6dbd2347 100644 --- a/guides/basic-use/upgrading.md +++ b/guides/basic-use/upgrading.md @@ -62,6 +62,19 @@ For example, to update to a specific version, use the `--to` option: ember-cli-update --to 3.4.3 ``` +
+
+
+
Zoey says...
+
+ Make sure your git working directory is clean before updating. This means having commited or stashed all your files. +
+
+ +
+
+ + ### Updating your code automatically After running the normal update shown above, and after you've resolved any conflicts,