oh-my-git/levels/05-ref/start

6 lines
113 B
Text
Raw Normal View History

2020-09-13 21:55:51 +02:00
echo hello > hello
echo world > world
git add .
TREE=$(git write-tree)
git commit-tree $TREE -m "Initial commit"