oh-my-git/levels/blob-remove/start

4 lines
191 B
Text
Raw Normal View History

2020-09-15 22:35:14 +02:00
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