From 02a0428d1c9dab0bdbbe63cc4d05e1e8436ca642 Mon Sep 17 00:00:00 2001 From: Sebastian Morr Date: Fri, 4 Sep 2020 15:44:51 +0200 Subject: [PATCH] Three commits in parents level --- levels/04-parents/goal | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/levels/04-parents/goal b/levels/04-parents/goal index eff23d4..28249f9 100644 --- a/levels/04-parents/goal +++ b/levels/04-parents/goal @@ -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/')