oh-my-git/levels/internals/blob-remove/start
2020-10-01 15:03:02 +02:00

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