mirror of
https://github.com/git-learning-game/oh-my-git.git
synced 2025-04-29 16:53:55 +02:00
Polish levels some more, add a "congrats" text
This commit is contained in:
parent
6292d849b9
commit
5066840ae9
30 changed files with 87 additions and 30 deletions
levels/blob-remove
3
levels/blob-remove/congrats
Normal file
3
levels/blob-remove/congrats
Normal 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.
|
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue