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