From ecaa0606cbc970bba078156318c19f4a6481a2ff Mon Sep 17 00:00:00 2001 From: Koh Zhi Kai Date: Fri, 21 Aug 2026 15:25:35 +0800 Subject: [PATCH 01/15] Sync progress with local machine --- progress.json | 54 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 progress.json diff --git a/progress.json b/progress.json new file mode 100644 index 0000000000..7fbebb13e9 --- /dev/null +++ b/progress.json @@ -0,0 +1,54 @@ +[ + { + "exercise_name": "grocery-shopping", + "started_at": 1786974360.913363, + "completed_at": 1786974364.506216, + "comments": [ + "There are no new grocery list items added to the shopping list." + ], + "status": "Incomplete" + }, + { + "exercise_name": "log-and-order", + "started_at": 1786976638.005071, + "completed_at": 1786976639.494254, + "comments": [], + "status": "Completed" + }, + { + "exercise_name": "stage-fright", + "started_at": 1786973834.697415, + "completed_at": 1786973836.240226, + "comments": [ + "Great work! You have successfully checked in all the actors!" + ], + "status": "Completed" + }, + { + "exercise_name": "under-control", + "started_at": 1786972381.677493, + "completed_at": 1786972383.438222, + "comments": [ + "Exercise is not a Git repository" + ], + "status": "Error" + }, + { + "exercise_name": "under-control", + "started_at": 1786972446.250023, + "completed_at": 1786972447.76666, + "comments": [ + "You successfully used git init to initialize this folder as a Git repository!" + ], + "status": "Completed" + }, + { + "exercise_name": "undo-init", + "started_at": 1786972529.90854, + "completed_at": 1786972531.365894, + "comments": [ + "You have successfully undone the init operation!" + ], + "status": "Completed" + } +] \ No newline at end of file From 811e4654ada8cbf3bc99cf68d767bca11bc1f165 Mon Sep 17 00:00:00 2001 From: Koh Zhi Kai Date: Fri, 21 Aug 2026 15:34:14 +0800 Subject: [PATCH 02/15] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index 7fbebb13e9..d72fbcc57a 100644 --- a/progress.json +++ b/progress.json @@ -50,5 +50,14 @@ "You have successfully undone the init operation!" ], "status": "Completed" + }, + { + "exercise_name": "grocery-shopping", + "started_at": 1787297651.148649, + "completed_at": 1787297653.725219, + "comments": [ + "Great work! You have successfully used `git add` and `git commit` to modify the shopping list! Keep it up!" + ], + "status": "Completed" } ] \ No newline at end of file From a73cbda2e417039633efbff1e34cb8d65add26a4 Mon Sep 17 00:00:00 2001 From: Koh Zhi Kai Date: Fri, 21 Aug 2026 17:21:11 +0800 Subject: [PATCH 03/15] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index d72fbcc57a..7316b9298a 100644 --- a/progress.json +++ b/progress.json @@ -59,5 +59,14 @@ "Great work! You have successfully used `git add` and `git commit` to modify the shopping list! Keep it up!" ], "status": "Completed" + }, + { + "exercise_name": "remote-control", + "started_at": 1787304050.893978, + "completed_at": 1787304071.034528, + "comments": [ + "That is not the right Github url!" + ], + "status": "Incomplete" } ] \ No newline at end of file From 17cfba9b612dcafcb1e4d65f308edc37e183c4c3 Mon Sep 17 00:00:00 2001 From: Koh Zhi Kai Date: Fri, 21 Aug 2026 17:22:02 +0800 Subject: [PATCH 04/15] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index 7316b9298a..aca7cb6b4b 100644 --- a/progress.json +++ b/progress.json @@ -68,5 +68,14 @@ "That is not the right Github url!" ], "status": "Incomplete" + }, + { + "exercise_name": "remote-control", + "started_at": 1787304084.748659, + "completed_at": 1787304121.780742, + "comments": [ + "That is not the right Github url!" + ], + "status": "Incomplete" } ] \ No newline at end of file From 244c83a2e9b2f28d5972c91a52af7c649148d76f Mon Sep 17 00:00:00 2001 From: Koh Zhi Kai Date: Fri, 21 Aug 2026 17:22:20 +0800 Subject: [PATCH 05/15] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index aca7cb6b4b..40a8153ce5 100644 --- a/progress.json +++ b/progress.json @@ -77,5 +77,14 @@ "That is not the right Github url!" ], "status": "Incomplete" + }, + { + "exercise_name": "remote-control", + "started_at": 1787304136.270323, + "completed_at": 1787304140.119596, + "comments": [ + "Great work setting up a public remote repository!" + ], + "status": "Completed" } ] \ No newline at end of file From 3a0a4aefb92ef2175fd495b0d9a304e365f47f6d Mon Sep 17 00:00:00 2001 From: Koh Zhi Kai Date: Fri, 21 Aug 2026 17:23:43 +0800 Subject: [PATCH 06/15] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index 40a8153ce5..be011154d7 100644 --- a/progress.json +++ b/progress.json @@ -86,5 +86,14 @@ "Great work setting up a public remote repository!" ], "status": "Completed" + }, + { + "exercise_name": "link-me", + "started_at": 1787304219.602078, + "completed_at": 1787304222.776439, + "comments": [ + "Missing remote called 'upstream'." + ], + "status": "Incomplete" } ] \ No newline at end of file From 2856dec55f705a6c19526010f709716f1eb74876 Mon Sep 17 00:00:00 2001 From: Koh Zhi Kai Date: Fri, 21 Aug 2026 17:26:14 +0800 Subject: [PATCH 07/15] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index be011154d7..27a23a842a 100644 --- a/progress.json +++ b/progress.json @@ -95,5 +95,14 @@ "Missing remote called 'upstream'." ], "status": "Incomplete" + }, + { + "exercise_name": "link-me", + "started_at": 1787304372.012865, + "completed_at": 1787304373.492365, + "comments": [ + "Great work with using git remote to add an upstream remote!" + ], + "status": "Completed" } ] \ No newline at end of file From 8a86b552acb09c93f66b7035f67cd122efb25aa6 Mon Sep 17 00:00:00 2001 From: Koh Zhi Kai Date: Fri, 21 Aug 2026 17:29:46 +0800 Subject: [PATCH 08/15] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index 27a23a842a..bbb23620c0 100644 --- a/progress.json +++ b/progress.json @@ -104,5 +104,14 @@ "Great work with using git remote to add an upstream remote!" ], "status": "Completed" + }, + { + "exercise_name": "push-over", + "started_at": 1787304581.452888, + "completed_at": 1787304585.837632, + "comments": [ + "You should have made a separate commit!" + ], + "status": "Incomplete" } ] \ No newline at end of file From d160296fa68a02ec14250cbf5da4f9f408c740b7 Mon Sep 17 00:00:00 2001 From: Koh Zhi Kai Date: Fri, 21 Aug 2026 17:30:37 +0800 Subject: [PATCH 09/15] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index bbb23620c0..94998a1c1d 100644 --- a/progress.json +++ b/progress.json @@ -113,5 +113,14 @@ "You should have made a separate commit!" ], "status": "Incomplete" + }, + { + "exercise_name": "push-over", + "started_at": 1787304634.369898, + "completed_at": 1787304637.201957, + "comments": [ + "Great work pushing changes to the remote!" + ], + "status": "Completed" } ] \ No newline at end of file From 4dbff2a03bc5faf06b916f377bc1f1172b379c54 Mon Sep 17 00:00:00 2001 From: Koh Zhi Kai Date: Fri, 21 Aug 2026 17:39:16 +0800 Subject: [PATCH 10/15] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index 94998a1c1d..19d81dc8c2 100644 --- a/progress.json +++ b/progress.json @@ -122,5 +122,14 @@ "Great work pushing changes to the remote!" ], "status": "Completed" + }, + { + "exercise_name": "ignoring-somethings", + "started_at": 1787305150.923561, + "completed_at": 1787305154.991039, + "comments": [ + "You have not committed the relevant changes yet!" + ], + "status": "Incomplete" } ] \ No newline at end of file From cd9052c71ca84c125aa82e0ddad8f1d37e0c96e2 Mon Sep 17 00:00:00 2001 From: Koh Zhi Kai Date: Fri, 21 Aug 2026 17:40:05 +0800 Subject: [PATCH 11/15] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index 19d81dc8c2..d776cf0d2c 100644 --- a/progress.json +++ b/progress.json @@ -131,5 +131,14 @@ "You have not committed the relevant changes yet!" ], "status": "Incomplete" + }, + { + "exercise_name": "ignoring-somethings", + "started_at": 1787305202.428323, + "completed_at": 1787305204.967947, + "comments": [ + "Great work using .gitignore!" + ], + "status": "Completed" } ] \ No newline at end of file From d792c3b8868fdc8e1d84d513005b38931bcbe439 Mon Sep 17 00:00:00 2001 From: Koh Zhi Kai Date: Fri, 21 Aug 2026 17:43:19 +0800 Subject: [PATCH 12/15] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index d776cf0d2c..85e9ac8b2d 100644 --- a/progress.json +++ b/progress.json @@ -140,5 +140,14 @@ "Great work using .gitignore!" ], "status": "Completed" + }, + { + "exercise_name": "fork-repo", + "started_at": 1787305396.361661, + "completed_at": 1787305399.389868, + "comments": [ + "Great work creating a fork with Github!" + ], + "status": "Completed" } ] \ No newline at end of file From bf2db284daf1b91842e33f7f349ce004ed41ef92 Mon Sep 17 00:00:00 2001 From: Koh Zhi Kai Date: Fri, 21 Aug 2026 17:47:18 +0800 Subject: [PATCH 13/15] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index 85e9ac8b2d..a8929813f9 100644 --- a/progress.json +++ b/progress.json @@ -149,5 +149,14 @@ "Great work creating a fork with Github!" ], "status": "Completed" + }, + { + "exercise_name": "clone-repo", + "started_at": 1787305634.679187, + "completed_at": 1787305637.975351, + "comments": [ + "Great work creating a clone of a fork from Github!" + ], + "status": "Completed" } ] \ No newline at end of file From ba64765174a4b4b9051ff5fa8fc4473a74bb03a4 Mon Sep 17 00:00:00 2001 From: Koh Zhi Kai Date: Fri, 21 Aug 2026 17:58:37 +0800 Subject: [PATCH 14/15] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index a8929813f9..08f833803a 100644 --- a/progress.json +++ b/progress.json @@ -158,5 +158,14 @@ "Great work creating a clone of a fork from Github!" ], "status": "Completed" + }, + { + "exercise_name": "fetch-and-pull", + "started_at": 1787306312.914191, + "completed_at": 1787306316.72894, + "comments": [ + "You did not pull Alice's changes to your own main branch!" + ], + "status": "Incomplete" } ] \ No newline at end of file From 783636846cb338d9777021fceda2a72a67cdc6b4 Mon Sep 17 00:00:00 2001 From: Koh Zhi Kai Date: Fri, 21 Aug 2026 17:59:15 +0800 Subject: [PATCH 15/15] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index 08f833803a..77d37972a6 100644 --- a/progress.json +++ b/progress.json @@ -167,5 +167,14 @@ "You did not pull Alice's changes to your own main branch!" ], "status": "Incomplete" + }, + { + "exercise_name": "fetch-and-pull", + "started_at": 1787306353.694157, + "completed_at": 1787306355.227117, + "comments": [ + "Great work fetching and pulling different upstreams!" + ], + "status": "Completed" } ] \ No newline at end of file