I've got three files with me:
git add .
And
git commit -m "bla blah blah"
Unfortunately, I don't see one, git tree. When git create tree? There is a rule for this?
with:
$ git cat-file -p master^{tree}
i only see:
blobs
[Ubuntu-1604-xenial-64-minimal]mars~/git29012019[0]> git cat-file -p master^{tree}
100644 blob 39f7cb850446bb67a198a4df484aa627b4907be4 hallo.txt
100644 blob 7fcd1b9ac1bf7d3544297b177de51bb1fe4891dc heute.txt
100644 blob d2606d4f699dafaf905b1645dcd04e767623622b meins.txt
when is a tree created? when git create tree? Thanks