mirror of
https://github.com/git-learning-game/oh-my-git.git
synced 2025-05-29 20:29:00 +02:00
Polish levels some more, add a "congrats" text
This commit is contained in:
parent
6292d849b9
commit
5066840ae9
30 changed files with 87 additions and 30 deletions
levels/welcome
|
@ -1,7 +1,7 @@
|
|||
To the left, you see an empty Git repository!
|
||||
This is prototype #1 for the Git learning game by @bleeptrack and @blinry. Thanks for checking it out! <3
|
||||
|
||||
The only thing that's always there is the HEAD reference - we'll look at what that is later.
|
||||
You can interact with the repository on the right by typing Bash commands in the terminal below!
|
||||
|
||||
You can drag and drop all nodes on the left, and reorder them how you want!
|
||||
Let's get started by initializing an empty Git repository in the current directory by typing:
|
||||
|
||||
You can enter Bash commands in the line at the bottom.
|
||||
git init
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue