Polish levels some more, add a "congrats" text

This commit is contained in:
Sebastian Morr 2020-09-16 16:16:11 +02:00
parent 6292d849b9
commit 5066840ae9
30 changed files with 87 additions and 30 deletions
levels/commit-parents

View file

@ -1,7 +1,7 @@
When using the commit-tree command, you can optionally specify a parent:
$ git commit-tree <tree> -m "Description" -p <parent commit>
git commit-tree <tree> -m "Description" -p <parent commit>
Make a string of three commits!
Hint: What would be the easiest way to get a tree object?
Hint: You'll need a tree object. What could be the easiest way to obtain one?