mirror of
https://github.com/git-learning-game/oh-my-git.git
synced 2025-06-08 21:38:35 +02:00
Rename chapters into "internals" and "intro"
This commit is contained in:
parent
70fe577788
commit
f3ff5c5147
97 changed files with 0 additions and 0 deletions
levels/internals/commit-parents
7
levels/internals/commit-parents/description
Normal file
7
levels/internals/commit-parents/description
Normal file
|
@ -0,0 +1,7 @@
|
|||
When using the commit-tree command, you can optionally specify a parent:
|
||||
|
||||
git commit-tree <tree> -m "Description" -p <parent commit>
|
||||
|
||||
Make a string of three commits!
|
||||
|
||||
Hint: You'll need a tree object. What could be the easiest way to obtain one?
|
Loading…
Add table
Add a link
Reference in a new issue