oh-my-git/levels/blobs/goal

7 lines
129 B
Text
Raw Normal View History

echo "Hi" > file1
echo "Ho" > file1
echo "Hu" > file1
git hash-object -w file1
git hash-object -w file2
git hash-object -w file3