Implement very stupid history

This commit is contained in:
Sebastian Morr 2020-09-01 19:59:07 +02:00
parent 8ee7abbc82
commit 590408e54c
3 changed files with 22 additions and 2 deletions
levels/blobs

View file

@ -1,6 +1,6 @@
echo "Hi" > file1
echo "Ho" > file1
echo "Hu" > file1
echo "Ho" > file2
echo "Hu" > file3
git hash-object -w file1
git hash-object -w file2
git hash-object -w file3