mirror of
https://github.com/git-learning-game/oh-my-git.git
synced 2025-05-27 20:29:22 +02:00
Convert "internal" levels to new level format
This commit is contained in:
parent
613b1b9852
commit
53a6885ef9
108 changed files with 727 additions and 382 deletions
|
@ -1,3 +1,5 @@
|
|||
[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 on the right by typing Bash commands in the terminal below! The visualization will show you its internal status.
|
||||
|
@ -5,3 +7,27 @@ You can interact with the repository on the right by typing Bash commands in the
|
|||
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
|
|
@ -1,7 +0,0 @@
|
|||
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!)
|
|
@ -1 +0,0 @@
|
|||
git init
|
|
@ -1 +0,0 @@
|
|||
rm -rf .git
|
|
@ -1 +0,0 @@
|
|||
test -d .git
|
Loading…
Add table
Add a link
Reference in a new issue