mirror of
https://github.com/git-learning-game/oh-my-git.git
synced 2024-11-15 19:04:57 +01:00
Three commits in parents level
This commit is contained in:
parent
76167c5d15
commit
02a0428d1c
1 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
git write-tree
|
||||
FIRST_COMMIT=$( git commit-tree 4b82 -m 'We cannot really construct the goal yet :)' )
|
||||
git commit-tree 4b82 -p $FIRST_COMMIT -m 'Second commit :D'
|
||||
|
||||
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…
Reference in a new issue