mirror of
https://github.com/git-learning-game/oh-my-git.git
synced 2025-05-09 05:02:22 +02:00
Extract terminal in its own scene, add a few proper levels with a description
This commit is contained in:
parent
ebbb505283
commit
7373984d47
18 changed files with 179 additions and 92 deletions
levels/04-parents
5
levels/04-parents/description
Normal file
5
levels/04-parents/description
Normal 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
2
levels/04-parents/goal
Normal 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
1
levels/04-parents/start
Normal file
|
@ -0,0 +1 @@
|
|||
git write-tree
|
Loading…
Add table
Add a link
Reference in a new issue