mirror of
https://github.com/git-learning-game/oh-my-git.git
synced 2024-11-03 19:04:40 +01: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
|