From 17b7e29d27ad49e5896bba06bfa2d39853d7ec75 Mon Sep 17 00:00:00 2001 From: Gallardo <75010545+Gallardo166@users.noreply.github.com> Date: Fri, 23 Jan 2026 15:57:05 +0800 Subject: [PATCH 01/27] Sync progress with local machine --- progress.json | 216 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 216 insertions(+) create mode 100644 progress.json diff --git a/progress.json b/progress.json new file mode 100644 index 000000000..a9fef7780 --- /dev/null +++ b/progress.json @@ -0,0 +1,216 @@ +[ + { + "exercise_name": "clone-repo", + "started_at": 1768734809.017313, + "completed_at": 1768734811.836952, + "comments": [ + "Great work creating a clone of a fork from Github!" + ], + "status": "Completed" + }, + { + "exercise_name": "fetch-and-pull", + "started_at": 1768735750.083781, + "completed_at": 1768735751.369685, + "comments": [ + "Great work fetching and pulling different upstreams!" + ], + "status": "Completed" + }, + { + "exercise_name": "fork-repo", + "started_at": 1768734450.337967, + "completed_at": 1768734453.633304, + "comments": [ + "Great work creating a fork with Github!" + ], + "status": "Completed" + }, + { + "exercise_name": "grocery-shopping", + "started_at": 1768463071.493781, + "completed_at": 1768463073.032845, + "comments": [ + "Great work! You have successfully used `git add` and `git commit` to modify the shopping list! Keep it up!" + ], + "status": "Completed" + }, + { + "exercise_name": "ignoring-somethings", + "started_at": 1768729566.057152, + "completed_at": 1768729571.526765, + "comments": [ + "You are still ignoring many/file22.txt." + ], + "status": "Incomplete" + }, + { + "exercise_name": "ignoring-somethings", + "started_at": 1768729899.460239, + "completed_at": 1768729901.473798, + "comments": [ + "Great work using .gitignore!" + ], + "status": "Completed" + }, + { + "exercise_name": "link-me", + "started_at": 1768727472.334332, + "completed_at": 1768727473.582919, + "comments": [ + "Great work with using git remote to add an upstream remote!" + ], + "status": "Completed" + }, + { + "exercise_name": "log-and-order", + "started_at": 1768464599.520207, + "completed_at": 1768464601.806059, + "comments": [], + "status": "Completed" + }, + { + "exercise_name": "push-over", + "started_at": 1768728709.209694, + "completed_at": 1768728713.178344, + "comments": [ + "Great work pushing changes to the remote!" + ], + "status": "Completed" + }, + { + "exercise_name": "remote-control", + "started_at": 1768726970.652625, + "completed_at": 1768727037.758833, + "comments": [ + "That is not the right Github url!" + ], + "status": "Incomplete" + }, + { + "exercise_name": "remote-control", + "started_at": 1768727051.727163, + "completed_at": 1768727057.832264, + "comments": [ + "Great work setting up a public remote repository!" + ], + "status": "Completed" + }, + { + "exercise_name": "sensors-checkout", + "started_at": 1768828343.916721, + "completed_at": 1768828345.224509, + "comments": [ + "Great work traversing the revision history!" + ], + "status": "Completed" + }, + { + "exercise_name": "sensors-diff", + "started_at": 1768825623.437325, + "completed_at": 1768825624.771894, + "comments": [ + "Great work comparing commits in git history!" + ], + "status": "Completed" + }, + { + "exercise_name": "sensors-reset", + "started_at": 1768829151.184495, + "completed_at": 1768829152.710199, + "comments": [ + "You have reset the repository to the correct state!" + ], + "status": "Completed" + }, + { + "exercise_name": "sensors-revert", + "started_at": 1768829661.424256, + "completed_at": 1768829662.732171, + "comments": [ + "Good work reverting commits!" + ], + "status": "Completed" + }, + { + "exercise_name": "stage-fright", + "started_at": 1768462213.48232, + "completed_at": 1768462217.681212, + "comments": [ + "Great work! You have successfully checked in all the actors!" + ], + "status": "Completed" + }, + { + "exercise_name": "staging-intervention", + "started_at": 1768462694.053279, + "completed_at": 1768462695.49178, + "comments": [ + "Great work! You have successfully fixed the attendance system!" + ], + "status": "Completed" + }, + { + "exercise_name": "tags-add", + "started_at": 1768823995.607151, + "completed_at": 1768823996.891476, + "comments": [ + "Great work using git tag to annotate various commits in the repository!" + ], + "status": "Completed" + }, + { + "exercise_name": "tags-push", + "started_at": 1768824684.782574, + "completed_at": 1768824689.83431, + "comments": [ + "Wonderful! You have successfully synced the local tags with the remote tags!" + ], + "status": "Completed" + }, + { + "exercise_name": "tags-update", + "started_at": 1768824112.937726, + "completed_at": 1768824114.256045, + "comments": [ + "Great work! You have successfully updated the tags to point to the correct commits." + ], + "status": "Completed" + }, + { + "exercise_name": "under-control", + "started_at": 1768461256.302887, + "completed_at": 1768461257.762162, + "comments": [ + "You successfully used git init to initialize this folder as a Git repository!" + ], + "status": "Completed" + }, + { + "exercise_name": "undo-init", + "started_at": 1768461375.964467, + "completed_at": 1768461379.013526, + "comments": [ + "The init operation is not undone." + ], + "status": "Incomplete" + }, + { + "exercise_name": "undo-init", + "started_at": 1768461408.726543, + "completed_at": 1768461410.256077, + "comments": [ + "You have successfully undone the init operation!" + ], + "status": "Completed" + }, + { + "exercise_name": "view-commits", + "started_at": 1768823256.885607, + "completed_at": 1768823258.285197, + "comments": [ + "Great work in viewing and understanding the diff of a specific commit!" + ], + "status": "Completed" + } +] \ No newline at end of file From f75b91230901ac32519994bcfb78480c1b867799 Mon Sep 17 00:00:00 2001 From: Gallardo <75010545+Gallardo166@users.noreply.github.com> Date: Fri, 23 Jan 2026 16:01:17 +0800 Subject: [PATCH 02/27] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index a9fef7780..4741d2015 100644 --- a/progress.json +++ b/progress.json @@ -212,5 +212,14 @@ "Great work in viewing and understanding the diff of a specific commit!" ], "status": "Completed" + }, + { + "exercise_name": "under-control", + "started_at": 1769155275.912602, + "completed_at": 1769155277.408727, + "comments": [ + "You successfully used git init to initialize this folder as a Git repository!" + ], + "status": "Completed" } ] \ No newline at end of file From 1eb4808b3e541a8d4f8785d92fc3f4da961443aa Mon Sep 17 00:00:00 2001 From: Gallardo <75010545+Gallardo166@users.noreply.github.com> Date: Fri, 23 Jan 2026 16:03:49 +0800 Subject: [PATCH 03/27] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index 4741d2015..971f065b6 100644 --- a/progress.json +++ b/progress.json @@ -221,5 +221,14 @@ "You successfully used git init to initialize this folder as a Git repository!" ], "status": "Completed" + }, + { + "exercise_name": "stage-fright", + "started_at": 1769155425.569183, + "completed_at": 1769155428.412852, + "comments": [ + "Did not add alice.txt" + ], + "status": "Incomplete" } ] \ No newline at end of file From 12c55f24ed3f21a0187795c8fed568f35a7ab1d3 Mon Sep 17 00:00:00 2001 From: Gallardo <75010545+Gallardo166@users.noreply.github.com> Date: Fri, 23 Jan 2026 16:05:18 +0800 Subject: [PATCH 04/27] Reset progress for stage-fright --- progress.json | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/progress.json b/progress.json index 971f065b6..a11ce7602 100644 --- a/progress.json +++ b/progress.json @@ -132,15 +132,6 @@ ], "status": "Completed" }, - { - "exercise_name": "stage-fright", - "started_at": 1768462213.48232, - "completed_at": 1768462217.681212, - "comments": [ - "Great work! You have successfully checked in all the actors!" - ], - "status": "Completed" - }, { "exercise_name": "staging-intervention", "started_at": 1768462694.053279, @@ -221,14 +212,5 @@ "You successfully used git init to initialize this folder as a Git repository!" ], "status": "Completed" - }, - { - "exercise_name": "stage-fright", - "started_at": 1769155425.569183, - "completed_at": 1769155428.412852, - "comments": [ - "Did not add alice.txt" - ], - "status": "Incomplete" } ] \ No newline at end of file From d0d32a9b275f9b94d0514fc7d3af840755ccde37 Mon Sep 17 00:00:00 2001 From: Gallardo <75010545+Gallardo166@users.noreply.github.com> Date: Fri, 23 Jan 2026 16:05:46 +0800 Subject: [PATCH 05/27] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index a11ce7602..8f2e1d5a9 100644 --- a/progress.json +++ b/progress.json @@ -212,5 +212,14 @@ "You successfully used git init to initialize this folder as a Git repository!" ], "status": "Completed" + }, + { + "exercise_name": "stage-fright", + "started_at": 1769155544.067403, + "completed_at": 1769155545.401822, + "comments": [ + "Great work! You have successfully checked in all the actors!" + ], + "status": "Completed" } ] \ No newline at end of file From 9872aa6e0ad462921d23490c9cff83aba23c1560 Mon Sep 17 00:00:00 2001 From: Gallardo <75010545+Gallardo166@users.noreply.github.com> Date: Fri, 23 Jan 2026 16:06:35 +0800 Subject: [PATCH 06/27] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index 8f2e1d5a9..b7d550c66 100644 --- a/progress.json +++ b/progress.json @@ -221,5 +221,14 @@ "Great work! You have successfully checked in all the actors!" ], "status": "Completed" + }, + { + "exercise_name": "grocery-shopping", + "started_at": 1769155592.165194, + "completed_at": 1769155594.965799, + "comments": [ + "The shopping-list.txt file should not be deleted." + ], + "status": "Incomplete" } ] \ No newline at end of file From f34fe13e0a546f6b9e2f9ee816c741190d7a808b Mon Sep 17 00:00:00 2001 From: Gallardo <75010545+Gallardo166@users.noreply.github.com> Date: Fri, 23 Jan 2026 16:07:42 +0800 Subject: [PATCH 07/27] Reset progress for grocery-shopping --- progress.json | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/progress.json b/progress.json index b7d550c66..3097509df 100644 --- a/progress.json +++ b/progress.json @@ -26,15 +26,6 @@ ], "status": "Completed" }, - { - "exercise_name": "grocery-shopping", - "started_at": 1768463071.493781, - "completed_at": 1768463073.032845, - "comments": [ - "Great work! You have successfully used `git add` and `git commit` to modify the shopping list! Keep it up!" - ], - "status": "Completed" - }, { "exercise_name": "ignoring-somethings", "started_at": 1768729566.057152, @@ -221,14 +212,5 @@ "Great work! You have successfully checked in all the actors!" ], "status": "Completed" - }, - { - "exercise_name": "grocery-shopping", - "started_at": 1769155592.165194, - "completed_at": 1769155594.965799, - "comments": [ - "The shopping-list.txt file should not be deleted." - ], - "status": "Incomplete" } ] \ No newline at end of file From d8c0240689f40c39eeafed1334dcc6deb61ad2d8 Mon Sep 17 00:00:00 2001 From: Gallardo <75010545+Gallardo166@users.noreply.github.com> Date: Fri, 23 Jan 2026 16:08:49 +0800 Subject: [PATCH 08/27] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index 3097509df..9dd64e7c7 100644 --- a/progress.json +++ b/progress.json @@ -212,5 +212,14 @@ "Great work! You have successfully checked in all the actors!" ], "status": "Completed" + }, + { + "exercise_name": "grocery-shopping", + "started_at": 1769155726.108609, + "completed_at": 1769155728.900769, + "comments": [ + "There are no new grocery list items added to the shopping list." + ], + "status": "Incomplete" } ] \ No newline at end of file From f842d7f96280070917984c544a00c783d2bcaa76 Mon Sep 17 00:00:00 2001 From: Gallardo <75010545+Gallardo166@users.noreply.github.com> Date: Fri, 23 Jan 2026 16:10:40 +0800 Subject: [PATCH 09/27] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index 9dd64e7c7..02c64d20d 100644 --- a/progress.json +++ b/progress.json @@ -221,5 +221,14 @@ "There are no new grocery list items added to the shopping list." ], "status": "Incomplete" + }, + { + "exercise_name": "grocery-shopping", + "started_at": 1769155838.759218, + "completed_at": 1769155840.085584, + "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 e8e2b4573784f395b0e45d17ee1789848c4d7e42 Mon Sep 17 00:00:00 2001 From: Gallardo <75010545+Gallardo166@users.noreply.github.com> Date: Fri, 23 Jan 2026 16:11:19 +0800 Subject: [PATCH 10/27] Update progress --- progress.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/progress.json b/progress.json index 02c64d20d..f949a141d 100644 --- a/progress.json +++ b/progress.json @@ -230,5 +230,12 @@ "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": 1769155877.31798, + "completed_at": 1769155878.744102, + "comments": [], + "status": "Completed" } ] \ No newline at end of file From 7b1316ee3a80fb26aba4d00772b453b0971bce89 Mon Sep 17 00:00:00 2001 From: Gallardo <75010545+Gallardo166@users.noreply.github.com> Date: Fri, 23 Jan 2026 16:13:10 +0800 Subject: [PATCH 11/27] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index f949a141d..28dac1334 100644 --- a/progress.json +++ b/progress.json @@ -237,5 +237,14 @@ "completed_at": 1769155878.744102, "comments": [], "status": "Completed" + }, + { + "exercise_name": "remote-control", + "started_at": 1769155929.937015, + "completed_at": 1769155989.600026, + "comments": [ + "Great work setting up a public remote repository!" + ], + "status": "Completed" } ] \ No newline at end of file From 505cd40754fc5c1ece5dd9bf9972e85e40650f0f Mon Sep 17 00:00:00 2001 From: Gallardo <75010545+Gallardo166@users.noreply.github.com> Date: Fri, 23 Jan 2026 16:13:52 +0800 Subject: [PATCH 12/27] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index 28dac1334..80240e5bc 100644 --- a/progress.json +++ b/progress.json @@ -246,5 +246,14 @@ "Great work setting up a public remote repository!" ], "status": "Completed" + }, + { + "exercise_name": "link-me", + "started_at": 1769156030.131355, + "completed_at": 1769156032.037403, + "comments": [ + "Great work with using git remote to add an upstream remote!" + ], + "status": "Completed" } ] \ No newline at end of file From f32ddf6158638ad1266bd84eee784e2d385ef0bc Mon Sep 17 00:00:00 2001 From: Gallardo <75010545+Gallardo166@users.noreply.github.com> Date: Fri, 23 Jan 2026 16:14:54 +0800 Subject: [PATCH 13/27] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index 80240e5bc..28ee6912b 100644 --- a/progress.json +++ b/progress.json @@ -255,5 +255,14 @@ "Great work with using git remote to add an upstream remote!" ], "status": "Completed" + }, + { + "exercise_name": "push-over", + "started_at": 1769156089.359978, + "completed_at": 1769156093.41862, + "comments": [ + "Great work pushing changes to the remote!" + ], + "status": "Completed" } ] \ No newline at end of file From 9cffbc3a7f4f09b71e02cc1125f0df8b9181986c Mon Sep 17 00:00:00 2001 From: Gallardo <75010545+Gallardo166@users.noreply.github.com> Date: Fri, 23 Jan 2026 16:15:22 +0800 Subject: [PATCH 14/27] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index 28ee6912b..afcb8a6a7 100644 --- a/progress.json +++ b/progress.json @@ -264,5 +264,14 @@ "Great work pushing changes to the remote!" ], "status": "Completed" + }, + { + "exercise_name": "ignoring-somethings", + "started_at": 1769156119.649229, + "completed_at": 1769156121.814767, + "comments": [ + "Great work using .gitignore!" + ], + "status": "Completed" } ] \ No newline at end of file From dd2c2bd5a181f88a314024114b967d4d966624bd Mon Sep 17 00:00:00 2001 From: Gallardo <75010545+Gallardo166@users.noreply.github.com> Date: Fri, 23 Jan 2026 16:16:14 +0800 Subject: [PATCH 15/27] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index afcb8a6a7..59d121576 100644 --- a/progress.json +++ b/progress.json @@ -273,5 +273,14 @@ "Great work using .gitignore!" ], "status": "Completed" + }, + { + "exercise_name": "fork-repo", + "started_at": 1769156171.340157, + "completed_at": 1769156174.336394, + "comments": [ + "Great work creating a fork with Github!" + ], + "status": "Completed" } ] \ No newline at end of file From 337d9bd944eba719c5e98cb7eddb62526bb7b494 Mon Sep 17 00:00:00 2001 From: Gallardo <75010545+Gallardo166@users.noreply.github.com> Date: Fri, 23 Jan 2026 16:16:37 +0800 Subject: [PATCH 16/27] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index 59d121576..b1abf2ebe 100644 --- a/progress.json +++ b/progress.json @@ -282,5 +282,14 @@ "Great work creating a fork with Github!" ], "status": "Completed" + }, + { + "exercise_name": "clone-repo", + "started_at": 1769156194.557902, + "completed_at": 1769156197.42519, + "comments": [ + "Great work creating a clone of a fork from Github!" + ], + "status": "Completed" } ] \ No newline at end of file From c77238292f0755fc1eaa01c1b9059dda7220bcd6 Mon Sep 17 00:00:00 2001 From: Gallardo <75010545+Gallardo166@users.noreply.github.com> Date: Fri, 23 Jan 2026 16:19:39 +0800 Subject: [PATCH 17/27] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index b1abf2ebe..12f4b21e3 100644 --- a/progress.json +++ b/progress.json @@ -291,5 +291,14 @@ "Great work creating a clone of a fork from Github!" ], "status": "Completed" + }, + { + "exercise_name": "fetch-and-pull", + "started_at": 1769156377.867923, + "completed_at": 1769156379.177643, + "comments": [ + "Great work fetching and pulling different upstreams!" + ], + "status": "Completed" } ] \ No newline at end of file From 43ce742423493eb8c21b3028091bd067eeae06e8 Mon Sep 17 00:00:00 2001 From: Gallardo <75010545+Gallardo166@users.noreply.github.com> Date: Fri, 23 Jan 2026 16:20:09 +0800 Subject: [PATCH 18/27] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index 12f4b21e3..968f8b463 100644 --- a/progress.json +++ b/progress.json @@ -300,5 +300,14 @@ "Great work fetching and pulling different upstreams!" ], "status": "Completed" + }, + { + "exercise_name": "view-commits", + "started_at": 1769156407.102355, + "completed_at": 1769156408.42782, + "comments": [ + "Great work in viewing and understanding the diff of a specific commit!" + ], + "status": "Completed" } ] \ No newline at end of file From 1fb9fd443e8d5cce6596679d6fb9afb1f8561b36 Mon Sep 17 00:00:00 2001 From: Gallardo <75010545+Gallardo166@users.noreply.github.com> Date: Fri, 23 Jan 2026 16:20:41 +0800 Subject: [PATCH 19/27] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index 968f8b463..9fa8fa40f 100644 --- a/progress.json +++ b/progress.json @@ -309,5 +309,14 @@ "Great work in viewing and understanding the diff of a specific commit!" ], "status": "Completed" + }, + { + "exercise_name": "tags-add", + "started_at": 1769156439.86796, + "completed_at": 1769156441.172294, + "comments": [ + "Great work using git tag to annotate various commits in the repository!" + ], + "status": "Completed" } ] \ No newline at end of file From fd0e49d8b8dda3033fa84dd85b2cd44eded5d02e Mon Sep 17 00:00:00 2001 From: Gallardo <75010545+Gallardo166@users.noreply.github.com> Date: Fri, 23 Jan 2026 16:21:05 +0800 Subject: [PATCH 20/27] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index 9fa8fa40f..990d76860 100644 --- a/progress.json +++ b/progress.json @@ -318,5 +318,14 @@ "Great work using git tag to annotate various commits in the repository!" ], "status": "Completed" + }, + { + "exercise_name": "tags-update", + "started_at": 1769156463.649466, + "completed_at": 1769156464.951947, + "comments": [ + "Great work! You have successfully updated the tags to point to the correct commits." + ], + "status": "Completed" } ] \ No newline at end of file From daca1c322287d1253636ed3dc56ad4d3cbd1d790 Mon Sep 17 00:00:00 2001 From: Gallardo <75010545+Gallardo166@users.noreply.github.com> Date: Fri, 23 Jan 2026 16:21:28 +0800 Subject: [PATCH 21/27] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index 990d76860..f28d3d60e 100644 --- a/progress.json +++ b/progress.json @@ -327,5 +327,14 @@ "Great work! You have successfully updated the tags to point to the correct commits." ], "status": "Completed" + }, + { + "exercise_name": "tags-push", + "started_at": 1769156483.719659, + "completed_at": 1769156488.366952, + "comments": [ + "Wonderful! You have successfully synced the local tags with the remote tags!" + ], + "status": "Completed" } ] \ No newline at end of file From 7feb555de9ac929d51570f46bc0beebdff8ad519 Mon Sep 17 00:00:00 2001 From: Gallardo <75010545+Gallardo166@users.noreply.github.com> Date: Fri, 23 Jan 2026 16:21:59 +0800 Subject: [PATCH 22/27] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index f28d3d60e..e8ce9e4f5 100644 --- a/progress.json +++ b/progress.json @@ -336,5 +336,14 @@ "Wonderful! You have successfully synced the local tags with the remote tags!" ], "status": "Completed" + }, + { + "exercise_name": "sensors-diff", + "started_at": 1769156517.587435, + "completed_at": 1769156519.109172, + "comments": [ + "Great work comparing commits in git history!" + ], + "status": "Completed" } ] \ No newline at end of file From 9628825cfce2399ae0b4400b85e086ec7a2e08e9 Mon Sep 17 00:00:00 2001 From: Gallardo <75010545+Gallardo166@users.noreply.github.com> Date: Fri, 23 Jan 2026 16:22:20 +0800 Subject: [PATCH 23/27] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index e8ce9e4f5..4942e0011 100644 --- a/progress.json +++ b/progress.json @@ -345,5 +345,14 @@ "Great work comparing commits in git history!" ], "status": "Completed" + }, + { + "exercise_name": "sensors-checkout", + "started_at": 1769156539.11485, + "completed_at": 1769156540.389241, + "comments": [ + "Great work traversing the revision history!" + ], + "status": "Completed" } ] \ No newline at end of file From cf49568bd6c8ffb8b5091f836f9db059e4da0079 Mon Sep 17 00:00:00 2001 From: Gallardo <75010545+Gallardo166@users.noreply.github.com> Date: Fri, 23 Jan 2026 16:23:01 +0800 Subject: [PATCH 24/27] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index 4942e0011..4e7adcd37 100644 --- a/progress.json +++ b/progress.json @@ -354,5 +354,14 @@ "Great work traversing the revision history!" ], "status": "Completed" + }, + { + "exercise_name": "sensors-reset", + "started_at": 1769156579.961303, + "completed_at": 1769156581.355115, + "comments": [ + "You have reset the repository to the correct state!" + ], + "status": "Completed" } ] \ No newline at end of file From 64270ee630f110c3b53baa85e63f4253300b12be Mon Sep 17 00:00:00 2001 From: Gallardo <75010545+Gallardo166@users.noreply.github.com> Date: Fri, 23 Jan 2026 16:23:56 +0800 Subject: [PATCH 25/27] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index 4e7adcd37..995128fad 100644 --- a/progress.json +++ b/progress.json @@ -363,5 +363,14 @@ "You have reset the repository to the correct state!" ], "status": "Completed" + }, + { + "exercise_name": "sensors-revert", + "started_at": 1769156632.69282, + "completed_at": 1769156635.500935, + "comments": [ + "The files contain the wrong readings!" + ], + "status": "Incomplete" } ] \ No newline at end of file From 42392f6a8dc4c9abd3aa9c6e3eb7003b421af64f Mon Sep 17 00:00:00 2001 From: Gallardo <75010545+Gallardo166@users.noreply.github.com> Date: Fri, 23 Jan 2026 16:24:48 +0800 Subject: [PATCH 26/27] Reset progress for sensors-revert --- progress.json | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/progress.json b/progress.json index 995128fad..65e003907 100644 --- a/progress.json +++ b/progress.json @@ -114,15 +114,6 @@ ], "status": "Completed" }, - { - "exercise_name": "sensors-revert", - "started_at": 1768829661.424256, - "completed_at": 1768829662.732171, - "comments": [ - "Good work reverting commits!" - ], - "status": "Completed" - }, { "exercise_name": "staging-intervention", "started_at": 1768462694.053279, @@ -363,14 +354,5 @@ "You have reset the repository to the correct state!" ], "status": "Completed" - }, - { - "exercise_name": "sensors-revert", - "started_at": 1769156632.69282, - "completed_at": 1769156635.500935, - "comments": [ - "The files contain the wrong readings!" - ], - "status": "Incomplete" } ] \ No newline at end of file From e4172c1a40175d9a6d53fe1ad344460846ade953 Mon Sep 17 00:00:00 2001 From: Gallardo <75010545+Gallardo166@users.noreply.github.com> Date: Fri, 23 Jan 2026 16:25:54 +0800 Subject: [PATCH 27/27] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index 65e003907..4a1984492 100644 --- a/progress.json +++ b/progress.json @@ -354,5 +354,14 @@ "You have reset the repository to the correct state!" ], "status": "Completed" + }, + { + "exercise_name": "sensors-revert", + "started_at": 1769156752.254693, + "completed_at": 1769156753.576208, + "comments": [ + "Good work reverting commits!" + ], + "status": "Completed" } ] \ No newline at end of file