@@ -144,14 +144,21 @@ Adding a file is great, but most of the time we'll be editing existing
144144files. Let's change the first line of the ` soup.md ` file.
145145
146146Click the ` soup.md ` file in the "Code" tab of the repository to open it.
147- To edit, click the pencil icon {{< var pencil-icon >}} on the top-right
148- side of the page.
149-
150- Let's revise the first line of the file to be "Ingredients for tomato
151- soup:". When we've made the changes, we'll commit them.
152- {{< var github-commit-start >}} A descriptive commit message for these
153- changes could be "Specify that ingredients are for a tomato soup".
154- {{< var github-commit-end >}}
147+ Before continuing to edit, let's walk through this slightly new page
148+ that we've gone into after clicking the file. We now see a new sidebar
149+ on the left side of the screen. This sidebar shows the file tree of the
150+ repository. The file we are currently editing should be highlighted. As
151+ you add files and folders, this file tree will grow and show them. Use
152+ it to help you navigate the repository. You can even use the search bar
153+ at the top of the sidebar to search for specific files and folders in
154+ the repository.
155+
156+ Alright, now to edit, click the pencil icon {{< var pencil-icon >}} on
157+ the top-right side of the page. Let's revise the first line of the file
158+ to be "Ingredients for tomato soup:". When we've made the changes, we'll
159+ commit them. {{< var github-commit-start >}} A descriptive commit
160+ message for these changes could be "Specify that ingredients are for a
161+ tomato soup". {{< var github-commit-end >}}
155162
156163## Rename and move the soup recipe to a new folder
157164
0 commit comments