From 9f1444d4c3d6516d6e4d6bafd59f64d4bfe11aa1 Mon Sep 17 00:00:00 2001 From: Federico Grau Date: Sat, 13 Feb 2021 17:21:01 -0500 Subject: [PATCH] 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). --- levels/index/new | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/levels/index/new b/levels/index/new index a460dc3..5c86afa 100644 --- a/levels/index/new +++ b/levels/index/new @@ -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!