Skip to content

Commit 1d3bc36

Browse files
authored
Merge pull request #306 from ember-learn/MinThaMie-patch-1
Update upgrading.md
2 parents d9abe8c + eba8ded commit 1d3bc36

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

guides/basic-use/upgrading.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,19 @@ For example, to update to a specific version, use the `--to` option:
6262
ember-cli-update --to 3.4.3
6363
```
6464

65+
<div class="cta">
66+
<div class="cta-note">
67+
<div class="cta-note-body">
68+
<div class="cta-note-heading">Zoey says...</div>
69+
<div class="cta-note-message">
70+
Make sure your git working directory is clean before updating. This means having commited or stashed all your files.
71+
</div>
72+
</div>
73+
<img src="/images/mascots/zoey.png" role="presentation" alt="">
74+
</div>
75+
</div>
76+
77+
6578
### Updating your code automatically
6679

6780
After running the normal update shown above, and after you've resolved any conflicts,

0 commit comments

Comments
 (0)