improved the name of language variables and moved the languages management script in the ButtonMenu

This commit is contained in:
Luca Canali 2022-08-17 20:19:42 +02:00
parent 71183f09c2
commit 9042005c8b
211 changed files with 98 additions and 62 deletions
levels/en/intro

27
levels/en/intro/cli Normal file
View file

@ -0,0 +1,27 @@
title = The command line
cards =
[description]
These playing cards are designed to be easy to use and to remember! We'd suggest sticking to them if you don't have a lot of experience with Git!
[cli]
But there's another way to interact with Git:
Try typing `git init` into the black terminal below, and pressing the enter key!
[setup]
rm -rf .git
[win]
# Initialize the time machine!
test -d .git
[congrats]
Cool! Instead of using the playing cards, you can also do everything via the command line!
The command line is pretty powerful! Often, you can use it to solve tasks faster compared to using a graphical interface.