oh-my-git/levels/internals/blob-create/congrats
2020-10-01 15:03:02 +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? :)