mirror of
https://github.com/git-learning-game/oh-my-git.git
synced 2025-06-12 21:38:32 +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
4
levels/internals/commit-parents/goal
Normal file
4
levels/internals/commit-parents/goal
Normal file
|
@ -0,0 +1,4 @@
|
|||
git write-tree
|
||||
FIRST_COMMIT=$(git commit-tree 4b82 -m 'First commit :O')
|
||||
SECOND_COMMIT=$(git commit-tree 4b82 -p $FIRST_COMMIT -m 'Second commit :D')
|
||||
THIRD_COMMIT=$(git commit-tree 4b82 -p $SECOND_COMMIT -m 'Third commit \o/')
|
Loading…
Add table
Add a link
Reference in a new issue