oh-my-git/levels/commit-parents/description
2020-09-15 14:51:31 +02:00

5 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.