Make clear where blue index aura is visible

Minor wording change to make clear the blue index aura will be visible
in the file browser (and not in the tree area).
This commit is contained in:
Federico Grau 2021-02-13 17:21:01 -05:00
parent 8c6462d0b1
commit 9f1444d4c3

View file

@ -7,7 +7,7 @@ So far, when we made a commit, we've always recorded the current status of all o
But Git allows you to pick which changes you want to put in a commit!
To learn how that works, we need to learn about the "index"! In the index, we can prepare what will be in the next commit. In this game, the index is represented by a blue aura!
To learn how that works, we need to learn about the "index"! In the index, we can prepare what will be in the next commit. In this game, the index is represented by a blue aura around icons in the file browser!
Initially, the index is empty. To make a commit that contains a new file, we need to add it!