mirror of
https://github.com/git-learning-game/oh-my-git.git
synced 2025-05-29 20:29:00 +02:00
Rework levels, and add some new ones
This commit is contained in:
parent
931e9b3beb
commit
35b4dc098a
47 changed files with 163 additions and 39 deletions
levels/commit-parents
|
@ -2,4 +2,6 @@ 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.
|
||||
Make a string of three commits!
|
||||
|
||||
Hint: What would be the easiest way to get a tree object?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue