From e67dba720298cda28eeef0ed7ce86482bcd86232 Mon Sep 17 00:00:00 2001 From: yikleong Date: Wed, 21 Jan 2026 19:32:42 +0800 Subject: [PATCH 01/23] Sync progress with local machine --- progress.json | 99 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 99 insertions(+) create mode 100644 progress.json diff --git a/progress.json b/progress.json new file mode 100644 index 000000000..93b093d01 --- /dev/null +++ b/progress.json @@ -0,0 +1,99 @@ +[ + { + "exercise_name": "grocery-shopping", + "started_at": 1768990231.823878, + "completed_at": 1768990233.542008, + "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": 1768990979.099897, + "completed_at": 1768990980.910497, + "comments": [], + "status": "Completed" + }, + { + "exercise_name": "stage-fright", + "started_at": 1768989567.738276, + "completed_at": 1768989569.323809, + "comments": [ + "Great work! You have successfully checked in all the actors!" + ], + "status": "Completed" + }, + { + "exercise_name": "staging-intervention", + "started_at": 1768989801.834496, + "completed_at": 1768989803.424955, + "comments": [ + "Great work! You have successfully fixed the attendance system!" + ], + "status": "Completed" + }, + { + "exercise_name": "under-control", + "started_at": 1768939978.522629, + "completed_at": 1768939980.199577, + "comments": [ + "Exercise is not a Git repository" + ], + "status": "Error" + }, + { + "exercise_name": "under-control", + "started_at": 1768939998.249252, + "completed_at": 1768939999.869805, + "comments": [ + "Exercise is not a Git repository" + ], + "status": "Error" + }, + { + "exercise_name": "under-control", + "started_at": 1768940010.731626, + "completed_at": 1768940012.431682, + "comments": [ + "Exercise is not a Git repository" + ], + "status": "Error" + }, + { + "exercise_name": "under-control", + "started_at": 1768940036.080525, + "completed_at": 1768940037.746702, + "comments": [ + "You successfully used git init to initialize this folder as a Git repository!" + ], + "status": "Completed" + }, + { + "exercise_name": "under-control", + "started_at": 1768988414.71833, + "completed_at": 1768988416.428353, + "comments": [ + "You successfully used git init to initialize this folder as a Git repository!" + ], + "status": "Completed" + }, + { + "exercise_name": "undo-init", + "started_at": 1768940310.271045, + "completed_at": 1768940311.847697, + "comments": [ + "You have successfully undone the init operation!" + ], + "status": "Completed" + }, + { + "exercise_name": "undo-init", + "started_at": 1768988442.581783, + "completed_at": 1768988444.072855, + "comments": [ + "You have successfully undone the init operation!" + ], + "status": "Completed" + } +] \ No newline at end of file From f05ef3410dbc8b06fd7769d01f06b527282f4b11 Mon Sep 17 00:00:00 2001 From: yikleong Date: Wed, 21 Jan 2026 20:01:19 +0800 Subject: [PATCH 02/23] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index 93b093d01..f456ae288 100644 --- a/progress.json +++ b/progress.json @@ -95,5 +95,14 @@ "You have successfully undone the init operation!" ], "status": "Completed" + }, + { + "exercise_name": "remote-control", + "started_at": 1768996799.689447, + "completed_at": 1768996879.327039, + "comments": [ + "Great work setting up a public remote repository!" + ], + "status": "Completed" } ] \ No newline at end of file From 2566c1d0ec4b3a91ea701d36feb44c36252becae Mon Sep 17 00:00:00 2001 From: yikleong Date: Wed, 21 Jan 2026 20:06:55 +0800 Subject: [PATCH 03/23] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index f456ae288..bd4c7d136 100644 --- a/progress.json +++ b/progress.json @@ -104,5 +104,14 @@ "Great work setting up a public remote repository!" ], "status": "Completed" + }, + { + "exercise_name": "link-me", + "started_at": 1768997212.149636, + "completed_at": 1768997215.380084, + "comments": [ + "Missing remote called 'upstream'." + ], + "status": "Incomplete" } ] \ No newline at end of file From 7ceaefa423dfff605e58555038163527840a0460 Mon Sep 17 00:00:00 2001 From: yikleong Date: Wed, 21 Jan 2026 20:07:43 +0800 Subject: [PATCH 04/23] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index bd4c7d136..9f583678a 100644 --- a/progress.json +++ b/progress.json @@ -113,5 +113,14 @@ "Missing remote called 'upstream'." ], "status": "Incomplete" + }, + { + "exercise_name": "link-me", + "started_at": 1768997261.619978, + "completed_at": 1768997263.169268, + "comments": [ + "Great work with using git remote to add an upstream remote!" + ], + "status": "Completed" } ] \ No newline at end of file From 931478a2679aa1e00cbdaa662d082724edd38fe9 Mon Sep 17 00:00:00 2001 From: yikleong Date: Wed, 21 Jan 2026 20:23:31 +0800 Subject: [PATCH 05/23] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index 9f583678a..7bbf7867c 100644 --- a/progress.json +++ b/progress.json @@ -122,5 +122,14 @@ "Great work with using git remote to add an upstream remote!" ], "status": "Completed" + }, + { + "exercise_name": "push-over", + "started_at": 1768998207.778814, + "completed_at": 1768998210.063239, + "comments": [ + "Great work pushing changes to the remote!" + ], + "status": "Completed" } ] \ No newline at end of file From 6474e08836c17a8f631846d4c180e06fd6803552 Mon Sep 17 00:00:00 2001 From: yikleong Date: Wed, 21 Jan 2026 20:34:45 +0800 Subject: [PATCH 06/23] Update progress --- progress.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/progress.json b/progress.json index 7bbf7867c..65762bcc1 100644 --- a/progress.json +++ b/progress.json @@ -131,5 +131,16 @@ "Great work pushing changes to the remote!" ], "status": "Completed" + }, + { + "exercise_name": "ignoring-somethings", + "started_at": 1768998874.870631, + "completed_at": 1768998884.919797, + "comments": [ + "You are still ignoring many/file22.txt.", + "You are not ignoring runaway.txt. Find where the file is and fix that.", + "You have not committed the relevant changes yet!" + ], + "status": "Incomplete" } ] \ No newline at end of file From 6cca3c0f88253dd79e2092040c0a324dcf765ba9 Mon Sep 17 00:00:00 2001 From: yikleong Date: Wed, 21 Jan 2026 20:37:13 +0800 Subject: [PATCH 07/23] Update progress --- progress.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/progress.json b/progress.json index 65762bcc1..b9b1db7a7 100644 --- a/progress.json +++ b/progress.json @@ -142,5 +142,16 @@ "You have not committed the relevant changes yet!" ], "status": "Incomplete" + }, + { + "exercise_name": "ignoring-somethings", + "started_at": 1768999021.40614, + "completed_at": 1768999032.774247, + "comments": [ + "You are still ignoring many/file22.txt.", + "You are not ignoring runaway.txt. Find where the file is and fix that.", + "You have not committed the relevant changes yet!" + ], + "status": "Incomplete" } ] \ No newline at end of file From 4cf01cc4b7626fc3ac02451fe012f6ba36c86258 Mon Sep 17 00:00:00 2001 From: yikleong Date: Wed, 21 Jan 2026 20:38:25 +0800 Subject: [PATCH 08/23] Update progress --- progress.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/progress.json b/progress.json index b9b1db7a7..9dee54bef 100644 --- a/progress.json +++ b/progress.json @@ -153,5 +153,16 @@ "You have not committed the relevant changes yet!" ], "status": "Incomplete" + }, + { + "exercise_name": "ignoring-somethings", + "started_at": 1768999094.796129, + "completed_at": 1768999104.932281, + "comments": [ + "You are still ignoring many/file22.txt.", + "You are not ignoring runaway.txt. Find where the file is and fix that.", + "You have not committed the relevant changes yet!" + ], + "status": "Incomplete" } ] \ No newline at end of file From b5b46b18447a3cc13796034dbbab5db00c78ffc7 Mon Sep 17 00:00:00 2001 From: yikleong Date: Wed, 21 Jan 2026 20:39:54 +0800 Subject: [PATCH 09/23] Reset progress for ignoring-somethings --- progress.json | 33 --------------------------------- 1 file changed, 33 deletions(-) diff --git a/progress.json b/progress.json index 9dee54bef..7bbf7867c 100644 --- a/progress.json +++ b/progress.json @@ -131,38 +131,5 @@ "Great work pushing changes to the remote!" ], "status": "Completed" - }, - { - "exercise_name": "ignoring-somethings", - "started_at": 1768998874.870631, - "completed_at": 1768998884.919797, - "comments": [ - "You are still ignoring many/file22.txt.", - "You are not ignoring runaway.txt. Find where the file is and fix that.", - "You have not committed the relevant changes yet!" - ], - "status": "Incomplete" - }, - { - "exercise_name": "ignoring-somethings", - "started_at": 1768999021.40614, - "completed_at": 1768999032.774247, - "comments": [ - "You are still ignoring many/file22.txt.", - "You are not ignoring runaway.txt. Find where the file is and fix that.", - "You have not committed the relevant changes yet!" - ], - "status": "Incomplete" - }, - { - "exercise_name": "ignoring-somethings", - "started_at": 1768999094.796129, - "completed_at": 1768999104.932281, - "comments": [ - "You are still ignoring many/file22.txt.", - "You are not ignoring runaway.txt. Find where the file is and fix that.", - "You have not committed the relevant changes yet!" - ], - "status": "Incomplete" } ] \ No newline at end of file From 94f1edfd8ba6e99cc0e4bb46ed33133f11836405 Mon Sep 17 00:00:00 2001 From: yikleong Date: Wed, 21 Jan 2026 20:44:36 +0800 Subject: [PATCH 10/23] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index 7bbf7867c..90bebd777 100644 --- a/progress.json +++ b/progress.json @@ -131,5 +131,14 @@ "Great work pushing changes to the remote!" ], "status": "Completed" + }, + { + "exercise_name": "ignoring-somethings", + "started_at": 1768999465.417055, + "completed_at": 1768999475.881938, + "comments": [ + "You have not committed the relevant changes yet!" + ], + "status": "Incomplete" } ] \ No newline at end of file From d2ac9c56dc97fd612259403305cc48e5a0b624c9 Mon Sep 17 00:00:00 2001 From: yikleong Date: Wed, 21 Jan 2026 20:45:19 +0800 Subject: [PATCH 11/23] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index 90bebd777..b68b8ef75 100644 --- a/progress.json +++ b/progress.json @@ -140,5 +140,14 @@ "You have not committed the relevant changes yet!" ], "status": "Incomplete" + }, + { + "exercise_name": "ignoring-somethings", + "started_at": 1768999509.092418, + "completed_at": 1768999518.205543, + "comments": [ + "Great work using .gitignore!" + ], + "status": "Completed" } ] \ No newline at end of file From 5401955cea37d0a3f4299e63ae4ef9937633a56e Mon Sep 17 00:00:00 2001 From: yikleong Date: Wed, 21 Jan 2026 20:57:22 +0800 Subject: [PATCH 12/23] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index b68b8ef75..7c90d4034 100644 --- a/progress.json +++ b/progress.json @@ -149,5 +149,14 @@ "Great work using .gitignore!" ], "status": "Completed" + }, + { + "exercise_name": "clone-repo", + "started_at": 1769000237.083025, + "completed_at": 1769000241.742347, + "comments": [ + "Great work creating a clone of a fork from Github!" + ], + "status": "Completed" } ] \ No newline at end of file From b4d0f7aae61dc886050f7f5d77871b0ac8beed52 Mon Sep 17 00:00:00 2001 From: yikleong Date: Wed, 21 Jan 2026 20:58:58 +0800 Subject: [PATCH 13/23] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index 7c90d4034..4a1c6221d 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": "fork-repo", + "started_at": 1769000333.7938, + "completed_at": 1769000337.940054, + "comments": [ + "Great work creating a fork with Github!" + ], + "status": "Completed" } ] \ No newline at end of file From 80664128fdb95e7e7ebf0209adf919e796156f82 Mon Sep 17 00:00:00 2001 From: yikleong Date: Wed, 21 Jan 2026 21:11:18 +0800 Subject: [PATCH 14/23] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index 4a1c6221d..58091295b 100644 --- a/progress.json +++ b/progress.json @@ -167,5 +167,14 @@ "Great work creating a fork with Github!" ], "status": "Completed" + }, + { + "exercise_name": "fetch-and-pull", + "started_at": 1769001075.852751, + "completed_at": 1769001078.083482, + "comments": [ + "Great work fetching and pulling different upstreams!" + ], + "status": "Completed" } ] \ No newline at end of file From 806e2f224950fa378e5298e71367e9ab12a997b9 Mon Sep 17 00:00:00 2001 From: yikleong Date: Wed, 21 Jan 2026 21:26:44 +0800 Subject: [PATCH 15/23] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index 58091295b..3ea256bcb 100644 --- a/progress.json +++ b/progress.json @@ -176,5 +176,14 @@ "Great work fetching and pulling different upstreams!" ], "status": "Completed" + }, + { + "exercise_name": "view-commits", + "started_at": 1769002001.400152, + "completed_at": 1769002003.491378, + "comments": [ + "Great work in viewing and understanding the diff of a specific commit!" + ], + "status": "Completed" } ] \ No newline at end of file From 96434697dbfb073e29f72019af9865e2753978a2 Mon Sep 17 00:00:00 2001 From: yikleong Date: Wed, 21 Jan 2026 21:44:29 +0800 Subject: [PATCH 16/23] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index 3ea256bcb..4c313f79b 100644 --- a/progress.json +++ b/progress.json @@ -185,5 +185,14 @@ "Great work in viewing and understanding the diff of a specific commit!" ], "status": "Completed" + }, + { + "exercise_name": "tags-add", + "started_at": 1769003066.263562, + "completed_at": 1769003068.546079, + "comments": [ + "Great work using git tag to annotate various commits in the repository!" + ], + "status": "Completed" } ] \ No newline at end of file From 013ed1aecc0dde2e0f8e033aeef199376cac0f55 Mon Sep 17 00:00:00 2001 From: yikleong Date: Wed, 21 Jan 2026 21:46:30 +0800 Subject: [PATCH 17/23] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index 4c313f79b..c47b494b0 100644 --- a/progress.json +++ b/progress.json @@ -194,5 +194,14 @@ "Great work using git tag to annotate various commits in the repository!" ], "status": "Completed" + }, + { + "exercise_name": "tags-update", + "started_at": 1769003187.667081, + "completed_at": 1769003189.903955, + "comments": [ + "Great work! You have successfully updated the tags to point to the correct commits." + ], + "status": "Completed" } ] \ No newline at end of file From 11e2eca2ccd023f4483f394810f015452b31166f Mon Sep 17 00:00:00 2001 From: yikleong Date: Wed, 21 Jan 2026 21:50:24 +0800 Subject: [PATCH 18/23] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index c47b494b0..f152ded03 100644 --- a/progress.json +++ b/progress.json @@ -203,5 +203,14 @@ "Great work! You have successfully updated the tags to point to the correct commits." ], "status": "Completed" + }, + { + "exercise_name": "tags-push", + "started_at": 1769003417.926635, + "completed_at": 1769003423.745227, + "comments": [ + "Wonderful! You have successfully synced the local tags with the remote tags!" + ], + "status": "Completed" } ] \ No newline at end of file From 6fb649cafc50ed5fde5ca0fc9d489ee47fa3ebdb Mon Sep 17 00:00:00 2001 From: yikleong Date: Wed, 21 Jan 2026 22:11:39 +0800 Subject: [PATCH 19/23] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index f152ded03..1ca634d33 100644 --- a/progress.json +++ b/progress.json @@ -212,5 +212,14 @@ "Wonderful! You have successfully synced the local tags with the remote tags!" ], "status": "Completed" + }, + { + "exercise_name": "sensors-diff", + "started_at": 1769004693.904347, + "completed_at": 1769004698.160056, + "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 6167441f325abad54cb232db45552686c941c79d Mon Sep 17 00:00:00 2001 From: yikleong Date: Wed, 21 Jan 2026 22:12:12 +0800 Subject: [PATCH 20/23] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index 1ca634d33..95b6182e0 100644 --- a/progress.json +++ b/progress.json @@ -221,5 +221,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": 1769004729.876916, + "completed_at": 1769004731.984814, + "comments": [ + "Great work comparing commits in git history!" + ], + "status": "Completed" } ] \ No newline at end of file From a59d9020ffedfe5c17470dd54f89220af884c3a3 Mon Sep 17 00:00:00 2001 From: yikleong Date: Wed, 21 Jan 2026 22:24:32 +0800 Subject: [PATCH 21/23] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index 95b6182e0..74903d8d1 100644 --- a/progress.json +++ b/progress.json @@ -230,5 +230,14 @@ "Great work comparing commits in git history!" ], "status": "Completed" + }, + { + "exercise_name": "sensors-checkout", + "started_at": 1769005469.871386, + "completed_at": 1769005472.260532, + "comments": [ + "Great work traversing the revision history!" + ], + "status": "Completed" } ] \ No newline at end of file From dc2a829d0f1454013271f252853f36e501795b79 Mon Sep 17 00:00:00 2001 From: yikleong Date: Wed, 21 Jan 2026 22:38:10 +0800 Subject: [PATCH 22/23] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index 74903d8d1..98d01aa47 100644 --- a/progress.json +++ b/progress.json @@ -239,5 +239,14 @@ "Great work traversing the revision history!" ], "status": "Completed" + }, + { + "exercise_name": "sensors-reset", + "started_at": 1769006287.602, + "completed_at": 1769006289.300069, + "comments": [ + "You have reset the repository to the correct state!" + ], + "status": "Completed" } ] \ No newline at end of file From f760d739c047f3d90bdd07b6611ad25076df092c Mon Sep 17 00:00:00 2001 From: yikleong Date: Wed, 21 Jan 2026 22:50:40 +0800 Subject: [PATCH 23/23] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index 98d01aa47..4d1f04e9d 100644 --- a/progress.json +++ b/progress.json @@ -248,5 +248,14 @@ "You have reset the repository to the correct state!" ], "status": "Completed" + }, + { + "exercise_name": "sensors-revert", + "started_at": 1769007038.349922, + "completed_at": 1769007040.012891, + "comments": [ + "Good work reverting commits!" + ], + "status": "Completed" } ] \ No newline at end of file