From b7a0839c5ca2c4e9012fd694c28156b3d89adb05 Mon Sep 17 00:00:00 2001 From: keiko Date: Mon, 12 Jan 2026 12:58:21 +0800 Subject: [PATCH 01/31] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 progress.json diff --git a/progress.json b/progress.json new file mode 100644 index 000000000..254d4abb7 --- /dev/null +++ b/progress.json @@ -0,0 +1,9 @@ +[ + { + "exercise_name": "log-and-order", + "started_at": 1768193899.008362, + "completed_at": 1768193900.79454, + "comments": [], + "status": "Completed" + } +] \ No newline at end of file From 0e72dcecad8ae1e9c52a667bb303a2a234cdcf10 Mon Sep 17 00:00:00 2001 From: keiko Date: Mon, 12 Jan 2026 13:00:27 +0800 Subject: [PATCH 02/31] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index 254d4abb7..6a8964d38 100644 --- a/progress.json +++ b/progress.json @@ -5,5 +5,14 @@ "completed_at": 1768193900.79454, "comments": [], "status": "Completed" + }, + { + "exercise_name": "grocery-shopping", + "started_at": 1768194023.954074, + "completed_at": 1768194026.664211, + "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 a7af17ddaa6b8ea21aea8781f7fd4fa86342b801 Mon Sep 17 00:00:00 2001 From: keikoflorensiaang Date: Wed, 14 Jan 2026 20:42:01 +0800 Subject: [PATCH 03/31] Update progress --- progress.json | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/progress.json b/progress.json index 6a8964d38..7ae05a593 100644 --- a/progress.json +++ b/progress.json @@ -1,4 +1,13 @@ [ + { + "exercise_name": "grocery-shopping", + "started_at": 1768194023.954074, + "completed_at": 1768194026.664211, + "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": 1768193899.008362, @@ -7,11 +16,11 @@ "status": "Completed" }, { - "exercise_name": "grocery-shopping", - "started_at": 1768194023.954074, - "completed_at": 1768194026.664211, + "exercise_name": "remote-control", + "started_at": 1768394449.715582, + "completed_at": 1768394520.519394, "comments": [ - "Great work! You have successfully used `git add` and `git commit` to modify the shopping list! Keep it up!" + "Great work setting up a public remote repository!" ], "status": "Completed" } From a2f4f6f224371a05a9a3d3316a41cf862b6f9360 Mon Sep 17 00:00:00 2001 From: keikoflorensiaang Date: Wed, 14 Jan 2026 20:52:08 +0800 Subject: [PATCH 04/31] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index 7ae05a593..3103e388c 100644 --- a/progress.json +++ b/progress.json @@ -23,5 +23,14 @@ "Great work setting up a public remote repository!" ], "status": "Completed" + }, + { + "exercise_name": "link-me", + "started_at": 1768395124.056667, + "completed_at": 1768395126.973699, + "comments": [ + "Great work with using git remote to add an upstream remote!" + ], + "status": "Completed" } ] \ No newline at end of file From 487fadd83f5a32d6d254da5a9a26e54029f922f9 Mon Sep 17 00:00:00 2001 From: keikoflorensiaang Date: Wed, 14 Jan 2026 20:58:29 +0800 Subject: [PATCH 05/31] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index 3103e388c..94cf6eefe 100644 --- a/progress.json +++ b/progress.json @@ -32,5 +32,14 @@ "Great work with using git remote to add an upstream remote!" ], "status": "Completed" + }, + { + "exercise_name": "push-over", + "started_at": 1768395504.173159, + "completed_at": 1768395508.008131, + "comments": [ + "Great work pushing changes to the remote!" + ], + "status": "Completed" } ] \ No newline at end of file From 7481ea228c4bf73594791b1bc42d1f8a85761586 Mon Sep 17 00:00:00 2001 From: keikoflorensiaang Date: Wed, 14 Jan 2026 21:08:44 +0800 Subject: [PATCH 06/31] Update progress --- progress.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/progress.json b/progress.json index 94cf6eefe..b970fa7d5 100644 --- a/progress.json +++ b/progress.json @@ -41,5 +41,16 @@ "Great work pushing changes to the remote!" ], "status": "Completed" + }, + { + "exercise_name": "ignoring-somethings", + "started_at": 1768396107.752305, + "completed_at": 1768396123.572609, + "comments": [ + "You are still ignoring many/file22.txt.", + "You should not be ignoring this/is/very/nested/find_me.txt!", + "You should be using ** to match all subfolders to ignore runaway.txt." + ], + "status": "Incomplete" } ] \ No newline at end of file From 991fcfbd07ba1c0c7d7d09dedce307739edc2cdd Mon Sep 17 00:00:00 2001 From: keikoflorensiaang Date: Wed, 14 Jan 2026 21:13:29 +0800 Subject: [PATCH 07/31] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index b970fa7d5..787e5b2d7 100644 --- a/progress.json +++ b/progress.json @@ -52,5 +52,14 @@ "You should be using ** to match all subfolders to ignore runaway.txt." ], "status": "Incomplete" + }, + { + "exercise_name": "ignoring-somethings", + "started_at": 1768396393.962758, + "completed_at": 1768396408.323008, + "comments": [ + "You should not be ignoring this/is/very/nested/find_me.txt!" + ], + "status": "Incomplete" } ] \ No newline at end of file From 4a63ec5f808bbb62f09b533fe6b85fa6fb138468 Mon Sep 17 00:00:00 2001 From: keikoflorensiaang Date: Wed, 14 Jan 2026 21:14:25 +0800 Subject: [PATCH 08/31] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index 787e5b2d7..7fd54fb9d 100644 --- a/progress.json +++ b/progress.json @@ -61,5 +61,14 @@ "You should not be ignoring this/is/very/nested/find_me.txt!" ], "status": "Incomplete" + }, + { + "exercise_name": "ignoring-somethings", + "started_at": 1768396453.151318, + "completed_at": 1768396463.770459, + "comments": [ + "Great work using .gitignore!" + ], + "status": "Completed" } ] \ No newline at end of file From e566dd11d819d67c2ac2200384ac6320f8ee2bf1 Mon Sep 17 00:00:00 2001 From: keikoflorensiaang Date: Wed, 14 Jan 2026 21:17:39 +0800 Subject: [PATCH 09/31] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index 7fd54fb9d..a6b015cd5 100644 --- a/progress.json +++ b/progress.json @@ -70,5 +70,14 @@ "Great work using .gitignore!" ], "status": "Completed" + }, + { + "exercise_name": "fork-repo", + "started_at": 1768396653.403313, + "completed_at": 1768396658.863215, + "comments": [ + "Great work creating a fork with Github!" + ], + "status": "Completed" } ] \ No newline at end of file From eab4f74f41e574932f024a2cad609f34f43919fb Mon Sep 17 00:00:00 2001 From: keikoflorensiaang Date: Wed, 14 Jan 2026 21:24:03 +0800 Subject: [PATCH 10/31] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index a6b015cd5..4472e9e75 100644 --- a/progress.json +++ b/progress.json @@ -79,5 +79,14 @@ "Great work creating a fork with Github!" ], "status": "Completed" + }, + { + "exercise_name": "clone-repo", + "started_at": 1768397035.197997, + "completed_at": 1768397042.921313, + "comments": [ + "The origin remote does not point to your fork!" + ], + "status": "Incomplete" } ] \ No newline at end of file From 8ac6ba50d0b29e2a37d06a68f5e271219c084541 Mon Sep 17 00:00:00 2001 From: keikoflorensiaang Date: Wed, 14 Jan 2026 21:27:59 +0800 Subject: [PATCH 11/31] Reset progress for clone-repo --- progress.json | 9 --------- 1 file changed, 9 deletions(-) diff --git a/progress.json b/progress.json index 4472e9e75..a6b015cd5 100644 --- a/progress.json +++ b/progress.json @@ -79,14 +79,5 @@ "Great work creating a fork with Github!" ], "status": "Completed" - }, - { - "exercise_name": "clone-repo", - "started_at": 1768397035.197997, - "completed_at": 1768397042.921313, - "comments": [ - "The origin remote does not point to your fork!" - ], - "status": "Incomplete" } ] \ No newline at end of file From fc1b0e435d4cff9e2d50bf8d5a9dd8bd633055ee Mon Sep 17 00:00:00 2001 From: keikoflorensiaang Date: Wed, 14 Jan 2026 21:32:03 +0800 Subject: [PATCH 12/31] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index a6b015cd5..eb2451de3 100644 --- a/progress.json +++ b/progress.json @@ -79,5 +79,14 @@ "Great work creating a fork with Github!" ], "status": "Completed" + }, + { + "exercise_name": "clone-repo", + "started_at": 1768397514.981172, + "completed_at": 1768397522.494251, + "comments": [ + "too many values to unpack (expected 2)" + ], + "status": "Error" } ] \ No newline at end of file From 57ed18594731c1a2b3edc16ca516303254ebf701 Mon Sep 17 00:00:00 2001 From: keikoflorensiaang Date: Wed, 14 Jan 2026 21:32:29 +0800 Subject: [PATCH 13/31] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index eb2451de3..d90fd6131 100644 --- a/progress.json +++ b/progress.json @@ -88,5 +88,14 @@ "too many values to unpack (expected 2)" ], "status": "Error" + }, + { + "exercise_name": "clone-repo", + "started_at": 1768397541.756208, + "completed_at": 1768397548.759098, + "comments": [ + "too many values to unpack (expected 2)" + ], + "status": "Error" } ] \ No newline at end of file From 8766b44a96fabb3039095d99c80f7f0ae38b6f80 Mon Sep 17 00:00:00 2001 From: keikoflorensiaang Date: Wed, 14 Jan 2026 21:32:57 +0800 Subject: [PATCH 14/31] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index d90fd6131..2069522cc 100644 --- a/progress.json +++ b/progress.json @@ -97,5 +97,14 @@ "too many values to unpack (expected 2)" ], "status": "Error" + }, + { + "exercise_name": "clone-repo", + "started_at": 1768397567.28681, + "completed_at": 1768397575.996658, + "comments": [ + "too many values to unpack (expected 2)" + ], + "status": "Error" } ] \ No newline at end of file From 95a3cffa724bcc817923aea8cf752d4e742c7bd4 Mon Sep 17 00:00:00 2001 From: keikoflorensiaang Date: Wed, 14 Jan 2026 21:43:34 +0800 Subject: [PATCH 15/31] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index 2069522cc..4d1ab909b 100644 --- a/progress.json +++ b/progress.json @@ -106,5 +106,14 @@ "too many values to unpack (expected 2)" ], "status": "Error" + }, + { + "exercise_name": "fetch-and-pull", + "started_at": 1768398207.711582, + "completed_at": 1768398213.369267, + "comments": [ + "You have not fetched Alice's changes yet!" + ], + "status": "Incomplete" } ] \ No newline at end of file From f21f99e012195ab07983587426288ceafee8da97 Mon Sep 17 00:00:00 2001 From: keikoflorensiaang Date: Wed, 14 Jan 2026 21:44:01 +0800 Subject: [PATCH 16/31] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index 4d1ab909b..4ff251500 100644 --- a/progress.json +++ b/progress.json @@ -115,5 +115,14 @@ "You have not fetched Alice's changes yet!" ], "status": "Incomplete" + }, + { + "exercise_name": "fetch-and-pull", + "started_at": 1768398234.824378, + "completed_at": 1768398240.076799, + "comments": [ + "You did not pull Alice's changes to your own main branch!" + ], + "status": "Incomplete" } ] \ No newline at end of file From 67cf0435d191855c5709c99816353134e116aa87 Mon Sep 17 00:00:00 2001 From: keikoflorensiaang Date: Wed, 14 Jan 2026 21:44:44 +0800 Subject: [PATCH 17/31] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index 4ff251500..8483b215b 100644 --- a/progress.json +++ b/progress.json @@ -124,5 +124,14 @@ "You did not pull Alice's changes to your own main branch!" ], "status": "Incomplete" + }, + { + "exercise_name": "fetch-and-pull", + "started_at": 1768398280.273928, + "completed_at": 1768398283.279406, + "comments": [ + "Great work fetching and pulling different upstreams!" + ], + "status": "Completed" } ] \ No newline at end of file From 2a8dde5f7898b64cdb8e4e21a62026e943a68ae3 Mon Sep 17 00:00:00 2001 From: keikoflorensiaang Date: Wed, 14 Jan 2026 21:54:55 +0800 Subject: [PATCH 18/31] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index 8483b215b..83c802a60 100644 --- a/progress.json +++ b/progress.json @@ -133,5 +133,14 @@ "Great work fetching and pulling different upstreams!" ], "status": "Completed" + }, + { + "exercise_name": "view-commits", + "started_at": 1768398891.397714, + "completed_at": 1768398894.274749, + "comments": [ + "Great work in viewing and understanding the diff of a specific commit!" + ], + "status": "Completed" } ] \ No newline at end of file From 3be4f48a978f43443fad2d3911e67a750f1f45e7 Mon Sep 17 00:00:00 2001 From: keikoflorensiaang Date: Wed, 14 Jan 2026 22:08:28 +0800 Subject: [PATCH 19/31] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index 83c802a60..ef6792cd7 100644 --- a/progress.json +++ b/progress.json @@ -142,5 +142,14 @@ "Great work in viewing and understanding the diff of a specific commit!" ], "status": "Completed" + }, + { + "exercise_name": "tags-add", + "started_at": 1768399704.226327, + "completed_at": 1768399707.265276, + "comments": [ + "Great work using git tag to annotate various commits in the repository!" + ], + "status": "Completed" } ] \ No newline at end of file From b1d5110ac68f4eef88f283f3ae016d009d3e9166 Mon Sep 17 00:00:00 2001 From: keikoflorensiaang Date: Wed, 14 Jan 2026 22:11:05 +0800 Subject: [PATCH 20/31] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index ef6792cd7..27769d99b 100644 --- a/progress.json +++ b/progress.json @@ -151,5 +151,14 @@ "Great work using git tag to annotate various commits in the repository!" ], "status": "Completed" + }, + { + "exercise_name": "tags-update", + "started_at": 1768399861.271469, + "completed_at": 1768399864.401943, + "comments": [ + "Great work! You have successfully updated the tags to point to the correct commits." + ], + "status": "Completed" } ] \ No newline at end of file From a45c7d014a81471b02484bb4bfe872b666dc7318 Mon Sep 17 00:00:00 2001 From: keikoflorensiaang Date: Wed, 14 Jan 2026 22:13:28 +0800 Subject: [PATCH 21/31] Update progress --- progress.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/progress.json b/progress.json index 27769d99b..9ae62eeee 100644 --- a/progress.json +++ b/progress.json @@ -160,5 +160,16 @@ "Great work! You have successfully updated the tags to point to the correct commits." ], "status": "Completed" + }, + { + "exercise_name": "tags-push", + "started_at": 1768400000.059939, + "completed_at": 1768400007.025338, + "comments": [ + "Tag v1.0 is missing, did you push it to the remote?", + "Tag v2.0 is missing, did you push it to the remote?", + "Tag beta is still on the remote!" + ], + "status": "Incomplete" } ] \ No newline at end of file From 07d997a0649d3511a2b23d5232ad38d8a5b3c7e9 Mon Sep 17 00:00:00 2001 From: keikoflorensiaang Date: Wed, 14 Jan 2026 22:14:20 +0800 Subject: [PATCH 22/31] Update progress --- progress.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/progress.json b/progress.json index 9ae62eeee..0ea18a5e2 100644 --- a/progress.json +++ b/progress.json @@ -171,5 +171,16 @@ "Tag beta is still on the remote!" ], "status": "Incomplete" + }, + { + "exercise_name": "tags-push", + "started_at": 1768400051.592084, + "completed_at": 1768400059.048914, + "comments": [ + "Tag v1.0 is missing, did you push it to the remote?", + "Tag v2.0 is missing, did you push it to the remote?", + "Tag beta is still on the remote!" + ], + "status": "Incomplete" } ] \ No newline at end of file From d5dc41a5438018beb5eb0c3f8e6765298162e7ef Mon Sep 17 00:00:00 2001 From: keikoflorensiaang Date: Wed, 14 Jan 2026 22:18:36 +0800 Subject: [PATCH 23/31] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index 0ea18a5e2..cc2be7fcb 100644 --- a/progress.json +++ b/progress.json @@ -182,5 +182,14 @@ "Tag beta is still on the remote!" ], "status": "Incomplete" + }, + { + "exercise_name": "tags-push", + "started_at": 1768400309.182537, + "completed_at": 1768400315.984799, + "comments": [ + "Tag beta is still on the remote!" + ], + "status": "Incomplete" } ] \ No newline at end of file From 6beb9e0bcb56487045e398909d16a2220f2e51b0 Mon Sep 17 00:00:00 2001 From: keikoflorensiaang Date: Wed, 14 Jan 2026 22:19:14 +0800 Subject: [PATCH 24/31] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index cc2be7fcb..84b8e8fab 100644 --- a/progress.json +++ b/progress.json @@ -191,5 +191,14 @@ "Tag beta is still on the remote!" ], "status": "Incomplete" + }, + { + "exercise_name": "tags-push", + "started_at": 1768400348.054221, + "completed_at": 1768400352.514666, + "comments": [ + "Wonderful! You have successfully synced the local tags with the remote tags!" + ], + "status": "Completed" } ] \ No newline at end of file From c5b7102ebed86a13c6b1ab3dc9d5e2411594777f Mon Sep 17 00:00:00 2001 From: keikoflorensiaang Date: Wed, 14 Jan 2026 23:01:40 +0800 Subject: [PATCH 25/31] Update progress --- progress.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/progress.json b/progress.json index 84b8e8fab..a43678b36 100644 --- a/progress.json +++ b/progress.json @@ -200,5 +200,17 @@ "Wonderful! You have successfully synced the local tags with the remote tags!" ], "status": "Completed" + }, + { + "exercise_name": "sensors-diff", + "started_at": 1768402893.404433, + "completed_at": 1768402899.130629, + "comments": [ + "Answer for Which are the new values in staged files? is empty.", + "Answer for Which are the new values in modified but unstaged files? does not contain all of the right answers.", + "Answer for Which files have changed from Jan 09th to Jan 15th? does not contain all of the right answers.", + "Answer for Which new values are new in north.csv on Jan 10th, compared to Jan 01st? is empty." + ], + "status": "Incomplete" } ] \ No newline at end of file From 9301a8d4fef4fd7b5a525291679e24fe67dc13ef Mon Sep 17 00:00:00 2001 From: keikoflorensiaang Date: Wed, 14 Jan 2026 23:07:26 +0800 Subject: [PATCH 26/31] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index a43678b36..91fed505f 100644 --- a/progress.json +++ b/progress.json @@ -212,5 +212,14 @@ "Answer for Which new values are new in north.csv on Jan 10th, compared to Jan 01st? is empty." ], "status": "Incomplete" + }, + { + "exercise_name": "sensors-diff", + "started_at": 1768403241.136749, + "completed_at": 1768403244.935415, + "comments": [ + "Great work comparing commits in git history!" + ], + "status": "Completed" } ] \ No newline at end of file From f675a8d01f45b4898949b9e279ebf2c9d17d5049 Mon Sep 17 00:00:00 2001 From: keikoflorensiaang Date: Wed, 14 Jan 2026 23:19:47 +0800 Subject: [PATCH 27/31] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index 91fed505f..f4643cedd 100644 --- a/progress.json +++ b/progress.json @@ -221,5 +221,14 @@ "Great work comparing commits in git history!" ], "status": "Completed" + }, + { + "exercise_name": "sensors-checkout", + "started_at": 1768403983.966293, + "completed_at": 1768403986.864826, + "comments": [ + "Great work traversing the revision history!" + ], + "status": "Completed" } ] \ No newline at end of file From f3ed5cc73774ea230ad626a5bdbddcb881253140 Mon Sep 17 00:00:00 2001 From: keikoflorensiaang Date: Wed, 14 Jan 2026 23:24:34 +0800 Subject: [PATCH 28/31] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index f4643cedd..988f13cb4 100644 --- a/progress.json +++ b/progress.json @@ -230,5 +230,14 @@ "Great work traversing the revision history!" ], "status": "Completed" + }, + { + "exercise_name": "sensors-reset", + "started_at": 1768404270.603928, + "completed_at": 1768404273.802453, + "comments": [ + "You have reset the repository to the correct state!" + ], + "status": "Completed" } ] \ No newline at end of file From 0bcbfaf9dda99e61da3ac0248c61c83967571161 Mon Sep 17 00:00:00 2001 From: keikoflorensiaang Date: Wed, 14 Jan 2026 23:26:47 +0800 Subject: [PATCH 29/31] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index 988f13cb4..d291a8015 100644 --- a/progress.json +++ b/progress.json @@ -239,5 +239,14 @@ "You have reset the repository to the correct state!" ], "status": "Completed" + }, + { + "exercise_name": "sensors-revert", + "started_at": 1768404400.68944, + "completed_at": 1768404406.393497, + "comments": [ + "You have not reverted all the commits yet!" + ], + "status": "Incomplete" } ] \ No newline at end of file From ee9a8b7af545a0b8abb2a7fd23866be9e5e09891 Mon Sep 17 00:00:00 2001 From: keikoflorensiaang Date: Wed, 14 Jan 2026 23:27:22 +0800 Subject: [PATCH 30/31] Reset progress for sensors-revert --- progress.json | 9 --------- 1 file changed, 9 deletions(-) diff --git a/progress.json b/progress.json index d291a8015..988f13cb4 100644 --- a/progress.json +++ b/progress.json @@ -239,14 +239,5 @@ "You have reset the repository to the correct state!" ], "status": "Completed" - }, - { - "exercise_name": "sensors-revert", - "started_at": 1768404400.68944, - "completed_at": 1768404406.393497, - "comments": [ - "You have not reverted all the commits yet!" - ], - "status": "Incomplete" } ] \ No newline at end of file From 48c084f2647e23ae75f514437c39b78f1393edc4 Mon Sep 17 00:00:00 2001 From: keikoflorensiaang Date: Wed, 14 Jan 2026 23:28:09 +0800 Subject: [PATCH 31/31] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index 988f13cb4..a9bd5b517 100644 --- a/progress.json +++ b/progress.json @@ -239,5 +239,14 @@ "You have reset the repository to the correct state!" ], "status": "Completed" + }, + { + "exercise_name": "sensors-revert", + "started_at": 1768404485.638374, + "completed_at": 1768404488.631856, + "comments": [ + "Good work reverting commits!" + ], + "status": "Completed" } ] \ No newline at end of file