diff --git a/guides/basic-use/upgrading.md b/guides/basic-use/upgrading.md index 81e4764..6dbd234 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,