mirror of
https://github.com/git-learning-game/oh-my-git.git
synced 2024-11-22 16:20:19 +01:00
Two clarifications
This commit is contained in:
parent
417d7f405a
commit
31751ce9d1
2 changed files with 3 additions and 1 deletions
|
@ -1,3 +1,5 @@
|
||||||
Tip: You can also use a command like this to create a blob in a single line:
|
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
|
echo "awesome content" | git hash-object -w --stdin
|
||||||
|
|
||||||
|
Did you already notice that you can drag and drop all objects? :)
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
This is prototype #1 for the Git learning game by @bleeptrack and @blinry. Thanks for checking it out! <3
|
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:
|
Let's get started by initializing an empty Git repository in the current directory by typing:
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue