mirror of
https://github.com/git-learning-game/oh-my-git.git
synced 2025-04-20 22:25:29 +02:00
3 lines
134 B
Text
3 lines
134 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
|