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

4 lines
191 B
Plaintext

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