Rework levels, and add some new ones

This commit is contained in:
Sebastian Morr 2020-09-15 22:35:14 +02:00
parent 931e9b3beb
commit 35b4dc098a
47 changed files with 163 additions and 39 deletions
levels/blob-create

View file

@ -9,3 +9,7 @@ Let's create some blobs! To do that, create a file with the desired content, and
The flag -w means "write", and tells Git to actually write the new blob to the disk.
Create three new blobs!
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