mirror of
https://github.com/git-learning-game/oh-my-git.git
synced 2025-05-01 20:42:01 +02:00
Two clarifications
This commit is contained in:
parent
417d7f405a
commit
31751ce9d1
2 changed files with 3 additions and 1 deletions
levels/blob-create
|
@ -1,3 +1,5 @@
|
|||
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? :)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue