mirror of
https://github.com/git-learning-game/oh-my-git.git
synced 2025-05-07 05:02:04 +02:00
Insert a level in the intro that forces players to use the command line
This commit is contained in:
parent
63f093189b
commit
21f55fd705
6 changed files with 37 additions and 6 deletions
levels/index
|
@ -11,6 +11,10 @@ To learn how that works, we need to learn about the "index"! In the index, we ca
|
|||
|
||||
Initially, the index is empty. To make a commit that contains a new file, we need to add it!
|
||||
|
||||
[cli]
|
||||
|
||||
You can use tab completion in the terminal! Start typing a filename, then press the tab key to complete its name. This will often save you some time!
|
||||
|
||||
[setup]
|
||||
|
||||
echo "The candle is burning with a blue flame." > candle
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue