oh-my-git/levels/01-blob/goal

7 lines
129 B
Text
Raw Normal View History

echo "Hi" > file1
2020-09-01 19:59:07 +02:00
echo "Ho" > file2
echo "Hu" > file3
git hash-object -w file1
git hash-object -w file2
git hash-object -w file3