Merge pull request #19 from donfede/main

Make clear where blue index aura is visible
This commit is contained in:
blinry 2021-02-16 02:09:30 -08:00 committed by GitHub
commit 0121808dd3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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!