From fcdfbdc22c4040f0b2900424806df2bbc057d133 Mon Sep 17 00:00:00 2001 From: Malcolm Tan Date: Wed, 28 Jan 2026 17:34:41 +0800 Subject: [PATCH 01/31] Sync progress with local machine --- progress.json | 70 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 70 insertions(+) create mode 100644 progress.json diff --git a/progress.json b/progress.json new file mode 100644 index 000000000..a17d4dd6f --- /dev/null +++ b/progress.json @@ -0,0 +1,70 @@ +[ + { + "exercise_name": "grocery-shopping", + "started_at": 1769590604.368053, + "completed_at": 1769590606.133469, + "comments": [ + "Great work! You have successfully used `git add` and `git commit` to modify the shopping list! Keep it up!" + ], + "status": "Completed" + }, + { + "exercise_name": "log-and-order", + "started_at": 1769591610.338884, + "completed_at": 1769591612.048902, + "comments": [], + "status": "Completed" + }, + { + "exercise_name": "log-and-order", + "started_at": 1769591646.99978, + "completed_at": 1769591650.48153, + "comments": [ + "Answer for What is the SHA of the commit with the commit message \"Rewrite the comments\"? You can use the full length SHA or the short SHA (i.e. first 7 characters of the SHA) is empty." + ], + "status": "Incomplete" + }, + { + "exercise_name": "log-and-order", + "started_at": 1769591673.676296, + "completed_at": 1769591675.626711, + "comments": [], + "status": "Completed" + }, + { + "exercise_name": "stage-fright", + "started_at": 1769589390.082424, + "completed_at": 1769589391.728656, + "comments": [ + "Great work! You have successfully checked in all the actors!" + ], + "status": "Completed" + }, + { + "exercise_name": "staging-intervention", + "started_at": 1769589643.8794, + "completed_at": 1769589645.526223, + "comments": [ + "Great work! You have successfully fixed the attendance system!" + ], + "status": "Completed" + }, + { + "exercise_name": "under-control", + "started_at": 1769587605.862586, + "completed_at": 1769587607.438813, + "comments": [ + "You successfully used git init to initialize this folder as a Git repository!" + ], + "status": "Completed" + }, + { + "exercise_name": "undo-init", + "started_at": 1769588536.86678, + "completed_at": 1769588538.500849, + "comments": [ + "You have successfully undone the init operation!" + ], + "status": "Completed" + } +] \ No newline at end of file From 5f0439b6ada64efbce9e4d7abc75e6406676cea0 Mon Sep 17 00:00:00 2001 From: Malcolm Tan Date: Wed, 28 Jan 2026 17:40:00 +0800 Subject: [PATCH 02/31] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index a17d4dd6f..ea1b27ace 100644 --- a/progress.json +++ b/progress.json @@ -66,5 +66,14 @@ "You have successfully undone the init operation!" ], "status": "Completed" + }, + { + "exercise_name": "remote-control", + "started_at": 1769593071.901717, + "completed_at": 1769593200.227832, + "comments": [ + "Great work setting up a public remote repository!" + ], + "status": "Completed" } ] \ No newline at end of file From 6a6f6d6d4ec5b78341077e7b3f63bced6f03d56a Mon Sep 17 00:00:00 2001 From: Malcolm Tan Date: Wed, 28 Jan 2026 17:48:51 +0800 Subject: [PATCH 03/31] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index ea1b27ace..3361a536d 100644 --- a/progress.json +++ b/progress.json @@ -75,5 +75,14 @@ "Great work setting up a public remote repository!" ], "status": "Completed" + }, + { + "exercise_name": "link-me", + "started_at": 1769593727.141335, + "completed_at": 1769593730.98803, + "comments": [ + "Wrong 'upstream' remote URL" + ], + "status": "Incomplete" } ] \ No newline at end of file From dcbfb47e6a64f2f785b18926f8b5bae43c2044cf Mon Sep 17 00:00:00 2001 From: Malcolm Tan Date: Wed, 28 Jan 2026 17:50:11 +0800 Subject: [PATCH 04/31] Reset progress for link-me --- progress.json | 9 --------- 1 file changed, 9 deletions(-) diff --git a/progress.json b/progress.json index 3361a536d..ea1b27ace 100644 --- a/progress.json +++ b/progress.json @@ -75,14 +75,5 @@ "Great work setting up a public remote repository!" ], "status": "Completed" - }, - { - "exercise_name": "link-me", - "started_at": 1769593727.141335, - "completed_at": 1769593730.98803, - "comments": [ - "Wrong 'upstream' remote URL" - ], - "status": "Incomplete" } ] \ No newline at end of file From b9cd4ff18a404c32f008f50361cc95ad9a298c53 Mon Sep 17 00:00:00 2001 From: Malcolm Tan Date: Wed, 28 Jan 2026 17:51:45 +0800 Subject: [PATCH 05/31] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index ea1b27ace..dfee2d0ce 100644 --- a/progress.json +++ b/progress.json @@ -75,5 +75,14 @@ "Great work setting up a public remote repository!" ], "status": "Completed" + }, + { + "exercise_name": "link-me", + "started_at": 1769593903.752289, + "completed_at": 1769593905.308251, + "comments": [ + "Great work with using git remote to add an upstream remote!" + ], + "status": "Completed" } ] \ No newline at end of file From ea63194e0f82abdaac32272eeaba62d9fdb65083 Mon Sep 17 00:00:00 2001 From: Malcolm Tan Date: Wed, 28 Jan 2026 18:04:01 +0800 Subject: [PATCH 06/31] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index dfee2d0ce..7618e1e71 100644 --- a/progress.json +++ b/progress.json @@ -84,5 +84,14 @@ "Great work with using git remote to add an upstream remote!" ], "status": "Completed" + }, + { + "exercise_name": "push-over", + "started_at": 1769594638.803122, + "completed_at": 1769594641.09315, + "comments": [ + "Great work pushing changes to the remote!" + ], + "status": "Completed" } ] \ No newline at end of file From 513db4fdc9ec95e23c56e85d5efbc4cf6e34eaff Mon Sep 17 00:00:00 2001 From: Malcolm Tan Date: Wed, 28 Jan 2026 18:18:33 +0800 Subject: [PATCH 07/31] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index 7618e1e71..406e8e277 100644 --- a/progress.json +++ b/progress.json @@ -93,5 +93,14 @@ "Great work pushing changes to the remote!" ], "status": "Completed" + }, + { + "exercise_name": "ignoring-somethings", + "started_at": 1769595507.825743, + "completed_at": 1769595512.451004, + "comments": [ + "Great work using .gitignore!" + ], + "status": "Completed" } ] \ No newline at end of file From 2604203138f759c4ebb76829ec0b964e3c27b827 Mon Sep 17 00:00:00 2001 From: Malcolm Tan Date: Sun, 8 Feb 2026 14:24:28 +0800 Subject: [PATCH 08/31] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index 406e8e277..bfebe6282 100644 --- a/progress.json +++ b/progress.json @@ -102,5 +102,14 @@ "Great work using .gitignore!" ], "status": "Completed" + }, + { + "exercise_name": "fork-repo", + "started_at": 1770531864.505205, + "completed_at": 1770531867.539645, + "comments": [ + "Great work creating a fork with Github!" + ], + "status": "Completed" } ] \ No newline at end of file From 0f14b464f74cc6939f1a3f1af25b87a91b14d5f7 Mon Sep 17 00:00:00 2001 From: Malcolm Tan Date: Sun, 8 Feb 2026 14:34:58 +0800 Subject: [PATCH 09/31] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index bfebe6282..6edbf10fc 100644 --- a/progress.json +++ b/progress.json @@ -111,5 +111,14 @@ "Great work creating a fork with Github!" ], "status": "Completed" + }, + { + "exercise_name": "clone-repo", + "started_at": 1770532492.595073, + "completed_at": 1770532497.419939, + "comments": [ + "Clone named shapes is missing! Remember to clone your fork using the name 'shapes', not 'gm-shapes'!" + ], + "status": "Incomplete" } ] \ No newline at end of file From 2c86386fc86f7a5f37752fa05847b0927b61fcc2 Mon Sep 17 00:00:00 2001 From: Malcolm Tan Date: Sun, 8 Feb 2026 14:37:33 +0800 Subject: [PATCH 10/31] Reset progress for clone-repo --- progress.json | 9 --------- 1 file changed, 9 deletions(-) diff --git a/progress.json b/progress.json index 6edbf10fc..bfebe6282 100644 --- a/progress.json +++ b/progress.json @@ -111,14 +111,5 @@ "Great work creating a fork with Github!" ], "status": "Completed" - }, - { - "exercise_name": "clone-repo", - "started_at": 1770532492.595073, - "completed_at": 1770532497.419939, - "comments": [ - "Clone named shapes is missing! Remember to clone your fork using the name 'shapes', not 'gm-shapes'!" - ], - "status": "Incomplete" } ] \ No newline at end of file From b10b7c6e5ea15803864a01efad80d5a958a3e844 Mon Sep 17 00:00:00 2001 From: Malcolm Tan Date: Sun, 8 Feb 2026 14:40:10 +0800 Subject: [PATCH 11/31] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index bfebe6282..e5d6c6ef8 100644 --- a/progress.json +++ b/progress.json @@ -111,5 +111,14 @@ "Great work creating a fork with Github!" ], "status": "Completed" + }, + { + "exercise_name": "clone-repo", + "started_at": 1770532805.113921, + "completed_at": 1770532809.921958, + "comments": [ + "The remote 'upstream' is missing!" + ], + "status": "Incomplete" } ] \ No newline at end of file From b087d9a04d91caed432dcebf69f6bb108ed19787 Mon Sep 17 00:00:00 2001 From: Malcolm Tan Date: Sun, 8 Feb 2026 14:40:47 +0800 Subject: [PATCH 12/31] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index e5d6c6ef8..00fbdaeb7 100644 --- a/progress.json +++ b/progress.json @@ -120,5 +120,14 @@ "The remote 'upstream' is missing!" ], "status": "Incomplete" + }, + { + "exercise_name": "clone-repo", + "started_at": 1770532843.599399, + "completed_at": 1770532846.658344, + "comments": [ + "Great work creating a clone of a fork from Github!" + ], + "status": "Completed" } ] \ No newline at end of file From 5d031bdc7184bca3fe1909901e703f7a316e66f6 Mon Sep 17 00:00:00 2001 From: Malcolm Tan Date: Sun, 8 Feb 2026 15:00:07 +0800 Subject: [PATCH 13/31] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index 00fbdaeb7..f7fcdfcf5 100644 --- a/progress.json +++ b/progress.json @@ -129,5 +129,14 @@ "Great work creating a clone of a fork from Github!" ], "status": "Completed" + }, + { + "exercise_name": "fetch-and-pull", + "started_at": 1770534004.924983, + "completed_at": 1770534006.594344, + "comments": [ + "Great work fetching and pulling different upstreams!" + ], + "status": "Completed" } ] \ No newline at end of file From aea3ac669d6c3591501bb7928bc3c1b131a2d2fe Mon Sep 17 00:00:00 2001 From: Malcolm Tan Date: Sun, 8 Feb 2026 15:22:32 +0800 Subject: [PATCH 14/31] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index f7fcdfcf5..bcd6d6b3f 100644 --- a/progress.json +++ b/progress.json @@ -138,5 +138,14 @@ "Great work fetching and pulling different upstreams!" ], "status": "Completed" + }, + { + "exercise_name": "view-commits", + "started_at": 1770535350.77507, + "completed_at": 1770535352.346675, + "comments": [ + "Great work in viewing and understanding the diff of a specific commit!" + ], + "status": "Completed" } ] \ No newline at end of file From 47124f7ce8eb3891104190693494a31406ee6c74 Mon Sep 17 00:00:00 2001 From: Malcolm Tan Date: Sun, 8 Feb 2026 15:34:28 +0800 Subject: [PATCH 15/31] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index bcd6d6b3f..f23bc7d50 100644 --- a/progress.json +++ b/progress.json @@ -147,5 +147,14 @@ "Great work in viewing and understanding the diff of a specific commit!" ], "status": "Completed" + }, + { + "exercise_name": "tags-add", + "started_at": 1770536065.888218, + "completed_at": 1770536067.525274, + "comments": [ + "Great work using git tag to annotate various commits in the repository!" + ], + "status": "Completed" } ] \ No newline at end of file From 59e3a744a1d747f29db191f6d9331b5c0e186ece Mon Sep 17 00:00:00 2001 From: Malcolm Tan Date: Sun, 8 Feb 2026 15:36:51 +0800 Subject: [PATCH 16/31] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index f23bc7d50..5f3bde9b2 100644 --- a/progress.json +++ b/progress.json @@ -156,5 +156,14 @@ "Great work using git tag to annotate various commits in the repository!" ], "status": "Completed" + }, + { + "exercise_name": "tags-update", + "started_at": 1770536209.307732, + "completed_at": 1770536210.942179, + "comments": [ + "Great work! You have successfully updated the tags to point to the correct commits." + ], + "status": "Completed" } ] \ No newline at end of file From 9cc5c10549f7b305b6deb8537f8769c8edce0cf3 Mon Sep 17 00:00:00 2001 From: Malcolm Tan Date: Sun, 8 Feb 2026 15:41:04 +0800 Subject: [PATCH 17/31] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index 5f3bde9b2..501b505c2 100644 --- a/progress.json +++ b/progress.json @@ -165,5 +165,14 @@ "Great work! You have successfully updated the tags to point to the correct commits." ], "status": "Completed" + }, + { + "exercise_name": "tags-push", + "started_at": 1770536461.321868, + "completed_at": 1770536464.043759, + "comments": [ + "Wonderful! You have successfully synced the local tags with the remote tags!" + ], + "status": "Completed" } ] \ No newline at end of file From 8beac88dcb0d1f53c38523eb46a65c5948e43752 Mon Sep 17 00:00:00 2001 From: Malcolm Tan Date: Sun, 8 Feb 2026 15:57:35 +0800 Subject: [PATCH 18/31] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index 501b505c2..e41fa0d3c 100644 --- a/progress.json +++ b/progress.json @@ -174,5 +174,14 @@ "Wonderful! You have successfully synced the local tags with the remote tags!" ], "status": "Completed" + }, + { + "exercise_name": "sensors-diff", + "started_at": 1770537451.674911, + "completed_at": 1770537455.043533, + "comments": [ + "Answer for Which new values are new in north.csv on Jan 10th, compared to Jan 01st? is not right." + ], + "status": "Incomplete" } ] \ No newline at end of file From 4fec26ec330579436973c2e1c236d3aa39ce00e9 Mon Sep 17 00:00:00 2001 From: Malcolm Tan Date: Sun, 8 Feb 2026 15:58:39 +0800 Subject: [PATCH 19/31] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index e41fa0d3c..a70ed2da5 100644 --- a/progress.json +++ b/progress.json @@ -183,5 +183,14 @@ "Answer for Which new values are new in north.csv on Jan 10th, compared to Jan 01st? is not right." ], "status": "Incomplete" + }, + { + "exercise_name": "sensors-diff", + "started_at": 1770537517.112901, + "completed_at": 1770537518.634252, + "comments": [ + "Great work comparing commits in git history!" + ], + "status": "Completed" } ] \ No newline at end of file From c594a81420d7bb20d9b76aa7b24e3ca66474a8c6 Mon Sep 17 00:00:00 2001 From: Malcolm Tan Date: Sun, 8 Feb 2026 16:12:21 +0800 Subject: [PATCH 20/31] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index a70ed2da5..438ab54d7 100644 --- a/progress.json +++ b/progress.json @@ -192,5 +192,14 @@ "Great work comparing commits in git history!" ], "status": "Completed" + }, + { + "exercise_name": "sensors-checkout", + "started_at": 1770538338.477265, + "completed_at": 1770538340.932858, + "comments": [ + "Great work traversing the revision history!" + ], + "status": "Completed" } ] \ No newline at end of file From 651c800406080635e873570a5f56163665d00982 Mon Sep 17 00:00:00 2001 From: Malcolm Tan Date: Sun, 8 Feb 2026 16:32:27 +0800 Subject: [PATCH 21/31] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index 438ab54d7..39e6de66b 100644 --- a/progress.json +++ b/progress.json @@ -201,5 +201,14 @@ "Great work traversing the revision history!" ], "status": "Completed" + }, + { + "exercise_name": "sensors-reset", + "started_at": 1770539544.172191, + "completed_at": 1770539545.849207, + "comments": [ + "You have reset the repository to the correct state!" + ], + "status": "Completed" } ] \ No newline at end of file From 4ef567825628e91f5aa828b3679e81df0ea06696 Mon Sep 17 00:00:00 2001 From: Malcolm Tan Date: Sun, 8 Feb 2026 16:44:52 +0800 Subject: [PATCH 22/31] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index 39e6de66b..2f14be144 100644 --- a/progress.json +++ b/progress.json @@ -210,5 +210,14 @@ "You have reset the repository to the correct state!" ], "status": "Completed" + }, + { + "exercise_name": "sensors-revert", + "started_at": 1770540289.486421, + "completed_at": 1770540291.117722, + "comments": [ + "Good work reverting commits!" + ], + "status": "Completed" } ] \ No newline at end of file From 81dda07d989e2028e8610dc1f5806942ea13f426 Mon Sep 17 00:00:00 2001 From: Malcolm Tan Date: Tue, 10 Feb 2026 11:01:20 +0800 Subject: [PATCH 23/31] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index 2f14be144..9fcc18814 100644 --- a/progress.json +++ b/progress.json @@ -219,5 +219,14 @@ "Good work reverting commits!" ], "status": "Completed" + }, + { + "exercise_name": "side-track", + "started_at": 1770692476.211153, + "completed_at": 1770692478.931242, + "comments": [ + "Great work with using git branch and git checkout to fix the bugs!" + ], + "status": "Completed" } ] \ No newline at end of file From 1a80cb4e4f420ba0a405daa45aad54bab8674917 Mon Sep 17 00:00:00 2001 From: Malcolm Tan Date: Tue, 10 Feb 2026 14:05:21 +0800 Subject: [PATCH 24/31] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index 9fcc18814..dae4d2a1c 100644 --- a/progress.json +++ b/progress.json @@ -228,5 +228,14 @@ "Great work with using git branch and git checkout to fix the bugs!" ], "status": "Completed" + }, + { + "exercise_name": "branch-previous", + "started_at": 1770703516.223594, + "completed_at": 1770703520.910244, + "comments": [ + "The 'visitor-line' branch should have the line 'I heard someone knocking at the door.' added to story.txt." + ], + "status": "Incomplete" } ] \ No newline at end of file From 39a12a54cb9b0e7f795f807d140757f7c04efdea Mon Sep 17 00:00:00 2001 From: Malcolm Tan Date: Tue, 10 Feb 2026 14:06:29 +0800 Subject: [PATCH 25/31] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index dae4d2a1c..9ebe37eef 100644 --- a/progress.json +++ b/progress.json @@ -237,5 +237,14 @@ "The 'visitor-line' branch should have the line 'I heard someone knocking at the door.' added to story.txt." ], "status": "Incomplete" + }, + { + "exercise_name": "branch-previous", + "started_at": 1770703585.057561, + "completed_at": 1770703589.167432, + "comments": [ + "The 'visitor-line' branch should have the line 'I heard someone knocking at the door.' added to story.txt." + ], + "status": "Incomplete" } ] \ No newline at end of file From 92e72b9f368c021d57cb2c9d149ab768593acde2 Mon Sep 17 00:00:00 2001 From: Malcolm Tan Date: Tue, 10 Feb 2026 14:08:57 +0800 Subject: [PATCH 26/31] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index 9ebe37eef..56e7b4ad0 100644 --- a/progress.json +++ b/progress.json @@ -246,5 +246,14 @@ "The 'visitor-line' branch should have the line 'I heard someone knocking at the door.' added to story.txt." ], "status": "Incomplete" + }, + { + "exercise_name": "branch-previous", + "started_at": 1770703732.828389, + "completed_at": 1770703737.124689, + "comments": [ + "The 'visitor-line' branch should have the line 'I heard someone knocking at the door.' added to story.txt." + ], + "status": "Incomplete" } ] \ No newline at end of file From 1808fc581d3b4241dc3ec031666e583b0463721c Mon Sep 17 00:00:00 2001 From: Malcolm Tan Date: Tue, 10 Feb 2026 14:11:38 +0800 Subject: [PATCH 27/31] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index 56e7b4ad0..e062996d3 100644 --- a/progress.json +++ b/progress.json @@ -255,5 +255,14 @@ "The 'visitor-line' branch should have the line 'I heard someone knocking at the door.' added to story.txt." ], "status": "Incomplete" + }, + { + "exercise_name": "branch-previous", + "started_at": 1770703893.673445, + "completed_at": 1770703898.153733, + "comments": [ + "The 'visitor-line' branch should start from the second commit (with message 'Describe location')." + ], + "status": "Incomplete" } ] \ No newline at end of file From 353488e89d38a6b6b7656b90aed0385fae7ba779 Mon Sep 17 00:00:00 2001 From: Malcolm Tan Date: Tue, 10 Feb 2026 14:12:45 +0800 Subject: [PATCH 28/31] Reset progress for branch-previous --- progress.json | 36 ------------------------------------ 1 file changed, 36 deletions(-) diff --git a/progress.json b/progress.json index e062996d3..9fcc18814 100644 --- a/progress.json +++ b/progress.json @@ -228,41 +228,5 @@ "Great work with using git branch and git checkout to fix the bugs!" ], "status": "Completed" - }, - { - "exercise_name": "branch-previous", - "started_at": 1770703516.223594, - "completed_at": 1770703520.910244, - "comments": [ - "The 'visitor-line' branch should have the line 'I heard someone knocking at the door.' added to story.txt." - ], - "status": "Incomplete" - }, - { - "exercise_name": "branch-previous", - "started_at": 1770703585.057561, - "completed_at": 1770703589.167432, - "comments": [ - "The 'visitor-line' branch should have the line 'I heard someone knocking at the door.' added to story.txt." - ], - "status": "Incomplete" - }, - { - "exercise_name": "branch-previous", - "started_at": 1770703732.828389, - "completed_at": 1770703737.124689, - "comments": [ - "The 'visitor-line' branch should have the line 'I heard someone knocking at the door.' added to story.txt." - ], - "status": "Incomplete" - }, - { - "exercise_name": "branch-previous", - "started_at": 1770703893.673445, - "completed_at": 1770703898.153733, - "comments": [ - "The 'visitor-line' branch should start from the second commit (with message 'Describe location')." - ], - "status": "Incomplete" } ] \ No newline at end of file From 724d209dd2960b22d5ab9604aebb72f345eaf598 Mon Sep 17 00:00:00 2001 From: Malcolm Tan Date: Tue, 10 Feb 2026 14:16:26 +0800 Subject: [PATCH 29/31] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index 9fcc18814..ac7fe7e49 100644 --- a/progress.json +++ b/progress.json @@ -228,5 +228,14 @@ "Great work with using git branch and git checkout to fix the bugs!" ], "status": "Completed" + }, + { + "exercise_name": "branch-previous", + "started_at": 1770704182.78016, + "completed_at": 1770704185.273931, + "comments": [ + "Excellent work! You've successfully created branches from a previous commit and explored alternative storylines!" + ], + "status": "Completed" } ] \ No newline at end of file From be7ba26fd39938c48da9af5fef161e5ac0a5e07e Mon Sep 17 00:00:00 2001 From: Malcolm Tan Date: Tue, 10 Feb 2026 14:35:55 +0800 Subject: [PATCH 30/31] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index ac7fe7e49..44ec73386 100644 --- a/progress.json +++ b/progress.json @@ -237,5 +237,14 @@ "Excellent work! You've successfully created branches from a previous commit and explored alternative storylines!" ], "status": "Completed" + }, + { + "exercise_name": "branch-bender", + "started_at": 1770705352.723426, + "completed_at": 1770705355.061478, + "comments": [ + "Great work with merging the branches in order! Try running the HTML files locally!" + ], + "status": "Completed" } ] \ No newline at end of file From dc47bb8de330f3bb0ac466e2d01e9064cb9c02f7 Mon Sep 17 00:00:00 2001 From: Malcolm Tan Date: Tue, 10 Feb 2026 14:38:32 +0800 Subject: [PATCH 31/31] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index 44ec73386..052a1c058 100644 --- a/progress.json +++ b/progress.json @@ -246,5 +246,14 @@ "Great work with merging the branches in order! Try running the HTML files locally!" ], "status": "Completed" + }, + { + "exercise_name": "branch-forward", + "started_at": 1770705509.054738, + "completed_at": 1770705511.385251, + "comments": [ + "Great job fast-forward merging only 'with-sally'!" + ], + "status": "Completed" } ] \ No newline at end of file