oh-my-git/levels/blob-create/congrats
2020-09-18 11:26:25 +02:00

5 lines
201 B
Text

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? :)