mirror of
https://github.com/git-learning-game/oh-my-git.git
synced 2024-11-11 19:04:50 +01:00
Merge pull request #19 from donfede/main
Make clear where blue index aura is visible
This commit is contained in:
commit
0121808dd3
1 changed files with 1 additions and 1 deletions
|
@ -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!
|
||||
|
||||
|
|
Loading…
Reference in a new issue