mirror of
https://github.com/git-learning-game/oh-my-git.git
synced 2025-05-07 05:02:04 +02:00
finished the mechanism for setting the language
This commit is contained in:
parent
705cc849c2
commit
50ee071f0e
214 changed files with 94 additions and 10 deletions
levels/it_IT/low-level
33
levels/it_IT/low-level/welcome
Normal file
33
levels/it_IT/low-level/welcome
Normal file
|
@ -0,0 +1,33 @@
|
|||
[description]
|
||||
|
||||
This is prototype #1 for the Git learning game by @bleeptrack and @blinry. Thanks for checking it out! <3
|
||||
|
||||
You can interact with the repository labelled "yours" by typing Bash commands in the terminal below! The visualization will show you its internal status.
|
||||
|
||||
Let's get started by initializing an empty Git repository in the current directory by typing:
|
||||
|
||||
git init
|
||||
|
||||
[congrats]
|
||||
|
||||
Well done!
|
||||
|
||||
An empty Git repository is... well, quite empty. The only thing that always exists is a reference called "HEAD" - we'll learn what that is later!
|
||||
|
||||
But first, let's look at some basics!
|
||||
|
||||
(Click "Next Level" as soon as you're ready!)
|
||||
|
||||
[setup]
|
||||
|
||||
rm -rf .git
|
||||
|
||||
[setup goal]
|
||||
|
||||
rm -rf .git
|
||||
|
||||
git init
|
||||
|
||||
[win]
|
||||
|
||||
test -d .git
|
Loading…
Add table
Add a link
Reference in a new issue