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

6 lines
129 B
Text

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