mirror of
https://github.com/git-learning-game/oh-my-git.git
synced 2024-11-03 19:04:40 +01:00
3 lines
191 B
Text
3 lines
191 B
Text
echo "My master password is a1b2c3d4e5" | git hash-object -w --stdin
|
|
echo "This blob really should not exist" | git hash-object -w --stdin
|
|
echo "This is a virus" | git hash-object -w --stdin
|