mirror of
https://github.com/git-learning-game/oh-my-git.git
synced 2024-11-03 19:04:40 +01:00
6 lines
237 B
Text
6 lines
237 B
Text
|
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.
|