diff --git a/levels/blob-create/congrats b/levels/blob-create/congrats index 90262a9..3a30e80 100644 --- a/levels/blob-create/congrats +++ b/levels/blob-create/congrats @@ -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? :) diff --git a/levels/welcome/description b/levels/welcome/description index 4192bad..72bfb8d 100644 --- a/levels/welcome/description +++ b/levels/welcome/description @@ -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: