mirror of
https://github.com/git-learning-game/oh-my-git.git
synced 2025-05-01 20:42:01 +02:00
Rework levels, and add some new ones
This commit is contained in:
parent
931e9b3beb
commit
35b4dc098a
47 changed files with 163 additions and 39 deletions
levels/blob-create
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue