Polish levels some more, add a "congrats" text

This commit is contained in:
Sebastian Morr 2020-09-16 16:16:11 +02:00
parent 6292d849b9
commit 5066840ae9
30 changed files with 87 additions and 30 deletions
levels/blob-remove

View file

@ -0,0 +1,3 @@
Generally, `git prune` will be useful if you want to clean up some objects you made.
Alternatively, you can also click the "Reload" button to restart a level.

View file

@ -1,5 +1,5 @@
There's a simple command to remove all blobs that are not connected to anything:
There's a simple command to remove all objects that are not referenced by anything:
$ git prune
git prune
Remove all blobs in this repository.