mirror of
https://github.com/git-learning-game/oh-my-git.git
synced 2024-11-03 19:04:40 +01:00
7 lines
366 B
Text
7 lines
366 B
Text
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
|