oh-my-git/levels/05-ref/start
2020-09-13 21:55:51 +02:00

5 lines
113 B
Text

echo hello > hello
echo world > world
git add .
TREE=$(git write-tree)
git commit-tree $TREE -m "Initial commit"