Extract terminal in its own scene, add a few proper levels with a description

This commit is contained in:
Sebastian Morr 2020-09-03 19:22:46 +02:00
parent ebbb505283
commit 7373984d47
18 changed files with 179 additions and 92 deletions
levels/04-parents

View file

@ -0,0 +1,5 @@
When using the commit-tree command, you can optionally specify a parent:
$ git commit-tree <tree> -m "Description" -p <parent commit>
Can you make a string of three commits? We placed an empty tree in your repo to get you started.

2
levels/04-parents/goal Normal file
View file

@ -0,0 +1,2 @@
git write-tree
git commit-tree 4b82 -m 'We cannot really construct the goal yet :)'

1
levels/04-parents/start Normal file
View file

@ -0,0 +1 @@
git write-tree