mirror of
https://github.com/git-learning-game/oh-my-git.git
synced 2025-05-29 20:29:00 +02:00
Rename chapters into "internals" and "intro"
This commit is contained in:
parent
70fe577788
commit
f3ff5c5147
97 changed files with 0 additions and 0 deletions
levels/internals/welcome
7
levels/internals/welcome/congrats
Normal file
7
levels/internals/welcome/congrats
Normal file
|
@ -0,0 +1,7 @@
|
|||
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!)
|
7
levels/internals/welcome/description
Normal file
7
levels/internals/welcome/description
Normal file
|
@ -0,0 +1,7 @@
|
|||
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.
|
||||
|
||||
Let's get started by initializing an empty Git repository in the current directory by typing:
|
||||
|
||||
git init
|
1
levels/internals/welcome/goal
Normal file
1
levels/internals/welcome/goal
Normal file
|
@ -0,0 +1 @@
|
|||
git init
|
1
levels/internals/welcome/start
Normal file
1
levels/internals/welcome/start
Normal file
|
@ -0,0 +1 @@
|
|||
rm -rf .git
|
1
levels/internals/welcome/win
Normal file
1
levels/internals/welcome/win
Normal file
|
@ -0,0 +1 @@
|
|||
test -d .git
|
Loading…
Add table
Add a link
Reference in a new issue