Two clarifications

This commit is contained in:
Sebastian Morr 2020-09-18 11:26:25 +02:00
parent 417d7f405a
commit 31751ce9d1
2 changed files with 3 additions and 1 deletions

View file

@ -1,3 +1,5 @@
Tip: You can also use a command like this to create a blob in a single line:
echo "awesome content" | git hash-object -w --stdin
Did you already notice that you can drag and drop all objects? :)

View file

@ -1,6 +1,6 @@
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!
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: