From fa9bbf9c97c40396f0caf681f9781fbb35d9d6b3 Mon Sep 17 00:00:00 2001 From: Samal Date: Fri, 28 Aug 2026 17:21:12 +0800 Subject: [PATCH 01/39] Sync progress with local machine --- progress.json | 241 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 241 insertions(+) create mode 100644 progress.json diff --git a/progress.json b/progress.json new file mode 100644 index 0000000000..aeb3268931 --- /dev/null +++ b/progress.json @@ -0,0 +1,241 @@ +[ + { + "exercise_name": "branch-bender", + "started_at": 1787765413.398604, + "completed_at": 1787765414.800178, + "comments": [ + "Great work with merging the branches in order! Try running the HTML files locally!" + ], + "status": "Completed" + }, + { + "exercise_name": "branch-forward", + "started_at": 1787766212.410875, + "completed_at": 1787766213.899102, + "comments": [ + "Great job fast-forward merging only 'with-sally'!" + ], + "status": "Completed" + }, + { + "exercise_name": "clone-repo", + "started_at": 1787121942.56545, + "completed_at": 1787121946.958451, + "comments": [ + "The upstream remote does not point to the original repository!" + ], + "status": "Incomplete" + }, + { + "exercise_name": "clone-repo", + "started_at": 1787122016.811836, + "completed_at": 1787122019.678618, + "comments": [ + "Great work creating a clone of a fork from Github!" + ], + "status": "Completed" + }, + { + "exercise_name": "conflict-mediator", + "started_at": 1787767588.71196, + "completed_at": 1787767590.109359, + "comments": [ + "Great work resolving the merge conflict!" + ], + "status": "Completed" + }, + { + "exercise_name": "fetch-and-pull", + "started_at": 1787122268.087948, + "completed_at": 1787122269.458692, + "comments": [ + "Great work fetching and pulling different upstreams!" + ], + "status": "Completed" + }, + { + "exercise_name": "fork-repo", + "started_at": 1787121731.65199, + "completed_at": 1787121734.233285, + "comments": [ + "Great work creating a fork with Github!" + ], + "status": "Completed" + }, + { + "exercise_name": "glossary-branch-delete", + "started_at": 1787771856.353086, + "completed_at": 1787771857.73747, + "comments": [ + "Great job deleting the VWX branch!" + ], + "status": "Completed" + }, + { + "exercise_name": "glossary-branch-pull", + "started_at": 1787771108.146704, + "completed_at": 1787771109.686508, + "comments": [ + "Great work! All required branches are present and correctly set up." + ], + "status": "Completed" + }, + { + "exercise_name": "glossary-branch-push", + "started_at": 1787770769.39144, + "completed_at": 1787770770.81014, + "comments": [ + "Great work pushing the PQR branch to your fork!" + ], + "status": "Completed" + }, + { + "exercise_name": "glossary-branch-rename", + "started_at": 1787772017.941983, + "completed_at": 1787772019.925425, + "comments": [ + "Nice work renaming the branch locally and on the remote!" + ], + "status": "Completed" + }, + { + "exercise_name": "grocery-shopping", + "started_at": 1786641085.152347, + "completed_at": 1786641088.53431, + "comments": [ + "There are no new grocery list items added to the shopping list." + ], + "status": "Incomplete" + }, + { + "exercise_name": "grocery-shopping", + "started_at": 1786641201.558626, + "completed_at": 1786641203.335635, + "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": 1786900710.8102, + "completed_at": 1786900713.535534, + "comments": [ + "Great work using .gitignore!" + ], + "status": "Completed" + }, + { + "exercise_name": "link-me", + "started_at": 1786900027.608003, + "completed_at": 1786900028.973615, + "comments": [ + "Great work with using git remote to add an upstream remote!" + ], + "status": "Completed" + }, + { + "exercise_name": "merge-undo", + "started_at": 1787766671.57901, + "completed_at": 1787766673.010431, + "comments": [ + "Great work with undoing the merges! Try listing the directory to see what has changed." + ], + "status": "Completed" + }, + { + "exercise_name": "push-over", + "started_at": 1786900412.70975, + "completed_at": 1786900414.680425, + "comments": [ + "Great work pushing changes to the remote!" + ], + "status": "Completed" + }, + { + "exercise_name": "remote-control", + "started_at": 1786899729.430056, + "completed_at": 1786899766.71276, + "comments": [ + "That is not the right Github url!" + ], + "status": "Incomplete" + }, + { + "exercise_name": "remote-control", + "started_at": 1786899800.844071, + "completed_at": 1786899807.759707, + "comments": [ + "Great work setting up a public remote repository!" + ], + "status": "Completed" + }, + { + "exercise_name": "side-track", + "started_at": 1787764292.220397, + "completed_at": 1787764295.304252, + "comments": [ + "You aren't currently on the main branch. Checkout to that branch and try again!" + ], + "status": "Incomplete" + }, + { + "exercise_name": "side-track", + "started_at": 1787764313.067559, + "completed_at": 1787764314.41672, + "comments": [ + "Great work with using git branch and git checkout to fix the bugs!" + ], + "status": "Completed" + }, + { + "exercise_name": "stage-fright", + "started_at": 1786640234.501862, + "completed_at": 1786640237.802141, + "comments": [ + "Did not add alice.txt", + "Did not add joe.txt", + "Did not add bob.txt" + ], + "status": "Incomplete" + }, + { + "exercise_name": "stage-fright", + "started_at": 1786640281.432619, + "completed_at": 1786640282.885295, + "comments": [ + "Great work! You have successfully checked in all the actors!" + ], + "status": "Completed" + }, + { + "exercise_name": "staging-intervention", + "started_at": 1786641470.102392, + "completed_at": 1786641471.663243, + "comments": [ + "Great work! You have successfully fixed the attendance system!" + ], + "status": "Completed" + }, + { + "exercise_name": "undo-init", + "started_at": 1786639556.84692, + "completed_at": 1786639558.318748, + "comments": [ + "You have successfully undone the init operation!" + ], + "status": "Completed" + }, + { + "exercise_name": "view-commits", + "started_at": 1787126796.913651, + "completed_at": 1787126800.18423, + "comments": [ + "Answer for In February, who was replaced in the Wednesday duty roster? is not right.", + "Answer for In February, who joined the Tuesday duty roster? is not right.", + "Answer for In April, what were the new names added to the duty rosters? Remove/add extra rows where appropriate. does not contain all of the right answers.", + "Answer for In January, who were in the Tuesday duty roster? Remove/add extra rows where appropriate. does not contain all of the right answers." + ], + "status": "Incomplete" + } +] \ No newline at end of file From 4515d02abab1a7f4e6b572ac416ba76b05af4e28 Mon Sep 17 00:00:00 2001 From: Samal Date: Fri, 28 Aug 2026 17:23:31 +0800 Subject: [PATCH 02/39] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index aeb3268931..a7f02e622d 100644 --- a/progress.json +++ b/progress.json @@ -237,5 +237,14 @@ "Answer for In January, who were in the Tuesday duty roster? Remove/add extra rows where appropriate. does not contain all of the right answers." ], "status": "Incomplete" + }, + { + "exercise_name": "view-commits", + "started_at": 1787909009.760944, + "completed_at": 1787909011.048188, + "comments": [ + "Great work in viewing and understanding the diff of a specific commit!" + ], + "status": "Completed" } ] \ No newline at end of file From d22ad80705a81c99e8102d38549bf8c2efd0357b Mon Sep 17 00:00:00 2001 From: Samal Date: Fri, 28 Aug 2026 17:25:17 +0800 Subject: [PATCH 03/39] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index a7f02e622d..204b393430 100644 --- a/progress.json +++ b/progress.json @@ -246,5 +246,14 @@ "Great work in viewing and understanding the diff of a specific commit!" ], "status": "Completed" + }, + { + "exercise_name": "tags-add", + "started_at": 1787909113.882454, + "completed_at": 1787909117.035542, + "comments": [ + "\"first-pilot\" should point to the first commit." + ], + "status": "Incomplete" } ] \ No newline at end of file From e444fd6cecf2020da23a3c63654edd5e544b5e6d Mon Sep 17 00:00:00 2001 From: Samal Date: Fri, 28 Aug 2026 17:25:50 +0800 Subject: [PATCH 04/39] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index 204b393430..450af0c9af 100644 --- a/progress.json +++ b/progress.json @@ -255,5 +255,14 @@ "\"first-pilot\" should point to the first commit." ], "status": "Incomplete" + }, + { + "exercise_name": "tags-add", + "started_at": 1787909145.828205, + "completed_at": 1787909149.649493, + "comments": [ + "Missing annotated tag \"v1.0\"." + ], + "status": "Incomplete" } ] \ No newline at end of file From 82cc3d75eb1c3977be20df660fc62723f2a1cf4e Mon Sep 17 00:00:00 2001 From: Samal Date: Fri, 28 Aug 2026 17:26:10 +0800 Subject: [PATCH 05/39] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index 450af0c9af..68b38c05b6 100644 --- a/progress.json +++ b/progress.json @@ -264,5 +264,14 @@ "Missing annotated tag \"v1.0\"." ], "status": "Incomplete" + }, + { + "exercise_name": "tags-add", + "started_at": 1787909166.988592, + "completed_at": 1787909170.024559, + "comments": [ + "\"v1.0\" should point to the commit that updates March duty roster." + ], + "status": "Incomplete" } ] \ No newline at end of file From 2a03e0bbda68855c5cec403384d1c4bf64805c45 Mon Sep 17 00:00:00 2001 From: Samal Date: Fri, 28 Aug 2026 17:26:29 +0800 Subject: [PATCH 06/39] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index 68b38c05b6..d6ffe17c80 100644 --- a/progress.json +++ b/progress.json @@ -273,5 +273,14 @@ "\"v1.0\" should point to the commit that updates March duty roster." ], "status": "Incomplete" + }, + { + "exercise_name": "tags-add", + "started_at": 1787909185.924893, + "completed_at": 1787909189.439541, + "comments": [ + "\"v1.0\" message must be exactly \"first full duty roster\"." + ], + "status": "Incomplete" } ] \ No newline at end of file From c6f6f0d85301fbc856369005441c1785bcb9ba82 Mon Sep 17 00:00:00 2001 From: Samal Date: Fri, 28 Aug 2026 17:26:46 +0800 Subject: [PATCH 07/39] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index d6ffe17c80..bf8401cbdd 100644 --- a/progress.json +++ b/progress.json @@ -282,5 +282,14 @@ "\"v1.0\" message must be exactly \"first full duty roster\"." ], "status": "Incomplete" + }, + { + "exercise_name": "tags-add", + "started_at": 1787909204.735307, + "completed_at": 1787909206.074208, + "comments": [ + "Great work using git tag to annotate various commits in the repository!" + ], + "status": "Completed" } ] \ No newline at end of file From 926a9c1bef3f28ce5d4fa430218f561564f01924 Mon Sep 17 00:00:00 2001 From: Samal Date: Fri, 28 Aug 2026 17:31:48 +0800 Subject: [PATCH 08/39] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index bf8401cbdd..c8225016fc 100644 --- a/progress.json +++ b/progress.json @@ -291,5 +291,14 @@ "Great work using git tag to annotate various commits in the repository!" ], "status": "Completed" + }, + { + "exercise_name": "under-control", + "started_at": 1787909506.014496, + "completed_at": 1787909507.647023, + "comments": [ + "Exercise is not a Git repository" + ], + "status": "Error" } ] \ No newline at end of file From 6fc8d32a8287d511b881847f5dfcd9b4d1ff9472 Mon Sep 17 00:00:00 2001 From: Samal Date: Fri, 28 Aug 2026 17:31:58 +0800 Subject: [PATCH 09/39] Update progress --- progress.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/progress.json b/progress.json index c8225016fc..7d34d40aad 100644 --- a/progress.json +++ b/progress.json @@ -300,5 +300,16 @@ "Exercise is not a Git repository" ], "status": "Error" + }, + { + "exercise_name": "log-and-order", + "started_at": 1787909515.105351, + "completed_at": 1787909518.235229, + "comments": [ + "Answer for What is the SHA of the commit HEAD points to? You can use the full length SHA or the short SHA (i.e. first 7 characters of the SHA) is empty.", + "Answer for What is the commit message of the commit 6b71078016c19fb04f79b01ecefbfd9134fca5bf? is empty.", + "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" } ] \ No newline at end of file From 19930a218c1902e3292e6b144feb7888fc4bfff3 Mon Sep 17 00:00:00 2001 From: Samal Date: Fri, 28 Aug 2026 17:32:09 +0800 Subject: [PATCH 10/39] Update progress --- progress.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/progress.json b/progress.json index 7d34d40aad..761c334b27 100644 --- a/progress.json +++ b/progress.json @@ -311,5 +311,15 @@ "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": "tags-update", + "started_at": 1787909525.728651, + "completed_at": 1787909528.84877, + "comments": [ + "The 'first-update' tag still exists.", + "You are missing the 'january-update' tag." + ], + "status": "Incomplete" } ] \ No newline at end of file From 8570d59b8fd5695f07702b80118068da4f350aa6 Mon Sep 17 00:00:00 2001 From: Samal Date: Fri, 28 Aug 2026 17:32:21 +0800 Subject: [PATCH 11/39] Update progress --- progress.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/progress.json b/progress.json index 761c334b27..e83dcb1c7d 100644 --- a/progress.json +++ b/progress.json @@ -321,5 +321,16 @@ "You are missing the 'january-update' tag." ], "status": "Incomplete" + }, + { + "exercise_name": "tags-push", + "started_at": 1787909536.302978, + "completed_at": 1787909540.782933, + "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 98c03d752d2acbc3fb2f4e9547da91d651f5df1d Mon Sep 17 00:00:00 2001 From: Samal Date: Fri, 28 Aug 2026 17:32:31 +0800 Subject: [PATCH 12/39] Update progress --- progress.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/progress.json b/progress.json index e83dcb1c7d..9f18923960 100644 --- a/progress.json +++ b/progress.json @@ -332,5 +332,17 @@ "Tag beta is still on the remote!" ], "status": "Incomplete" + }, + { + "exercise_name": "sensors-diff", + "started_at": 1787909548.01868, + "completed_at": 1787909551.041737, + "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 b5245cda55853a3550b73d7121436a114489a768 Mon Sep 17 00:00:00 2001 From: Samal Date: Fri, 28 Aug 2026 17:32:41 +0800 Subject: [PATCH 13/39] Update progress --- progress.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/progress.json b/progress.json index 9f18923960..8c96c6c66e 100644 --- a/progress.json +++ b/progress.json @@ -344,5 +344,16 @@ "Answer for Which new values are new in north.csv on Jan 10th, compared to Jan 01st? is empty." ], "status": "Incomplete" + }, + { + "exercise_name": "sensors-checkout", + "started_at": 1787909558.457773, + "completed_at": 1787909561.390558, + "comments": [ + "Answer for What's sum of values in south.csv on Jan 11th? is empty.", + "Answer for What's sum of values in west.csv on Jan 09th? is empty.", + "Answer for What's sum of values in north.csv on Jan 05th? is empty." + ], + "status": "Incomplete" } ] \ No newline at end of file From 2355c42ee0e0a14e493ebbd406cd7519594835b9 Mon Sep 17 00:00:00 2001 From: Samal Date: Fri, 28 Aug 2026 17:32:51 +0800 Subject: [PATCH 14/39] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index 8c96c6c66e..1057e81cf2 100644 --- a/progress.json +++ b/progress.json @@ -355,5 +355,14 @@ "Answer for What's sum of values in north.csv on Jan 05th? is empty." ], "status": "Incomplete" + }, + { + "exercise_name": "sensors-reset", + "started_at": 1787909568.352985, + "completed_at": 1787909571.313398, + "comments": [ + "It seems like the last two commits for Jan 14 and Jan 15 are still present in the commit history." + ], + "status": "Incomplete" } ] \ No newline at end of file From eebb2acc98aa42d965769e1158dcf0fa4619cbca Mon Sep 17 00:00:00 2001 From: Samal Date: Fri, 28 Aug 2026 17:33:01 +0800 Subject: [PATCH 15/39] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index 1057e81cf2..4ecba10753 100644 --- a/progress.json +++ b/progress.json @@ -364,5 +364,14 @@ "It seems like the last two commits for Jan 14 and Jan 15 are still present in the commit history." ], "status": "Incomplete" + }, + { + "exercise_name": "sensors-revert", + "started_at": 1787909578.106501, + "completed_at": 1787909581.296809, + "comments": [ + "You have not reverted all the commits yet!" + ], + "status": "Incomplete" } ] \ No newline at end of file From 4c4eb2910c75fe862a3d65b1750c7c0faf558b2f Mon Sep 17 00:00:00 2001 From: Samal Date: Fri, 28 Aug 2026 17:33:12 +0800 Subject: [PATCH 16/39] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index 4ecba10753..d7318c40f0 100644 --- a/progress.json +++ b/progress.json @@ -373,5 +373,14 @@ "You have not reverted all the commits yet!" ], "status": "Incomplete" + }, + { + "exercise_name": "branch-previous", + "started_at": 1787909588.749161, + "completed_at": 1787909591.843403, + "comments": [ + "The 'visitor-line' branch is missing." + ], + "status": "Incomplete" } ] \ No newline at end of file From 2f35ca6c79961b750f1ec9bb7abaf623cf851a1f Mon Sep 17 00:00:00 2001 From: Samal Date: Fri, 28 Aug 2026 17:33:22 +0800 Subject: [PATCH 17/39] Update progress --- progress.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/progress.json b/progress.json index d7318c40f0..63ed3b16bf 100644 --- a/progress.json +++ b/progress.json @@ -382,5 +382,15 @@ "The 'visitor-line' branch is missing." ], "status": "Incomplete" + }, + { + "exercise_name": "branch-compare", + "started_at": 1787909598.705137, + "completed_at": 1787909601.85438, + "comments": [ + "Answer for Which numbers are present in stream-1 but not in stream-2? is empty.", + "Answer for Which numbers are present in stream-2 but not in stream-1? is empty." + ], + "status": "Incomplete" } ] \ No newline at end of file From a00f2aea8d90fb0983e6c486162f246b6eb6e740 Mon Sep 17 00:00:00 2001 From: Samal Date: Fri, 28 Aug 2026 17:33:32 +0800 Subject: [PATCH 18/39] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index 63ed3b16bf..fce499295d 100644 --- a/progress.json +++ b/progress.json @@ -392,5 +392,14 @@ "Answer for Which numbers are present in stream-2 but not in stream-1? is empty." ], "status": "Incomplete" + }, + { + "exercise_name": "ff-undo", + "started_at": 1787909608.754756, + "completed_at": 1787909612.121748, + "comments": [ + "The merge has not been undone properly." + ], + "status": "Incomplete" } ] \ No newline at end of file From aed4d961f5a8b62cad36aea0464542adef6448d9 Mon Sep 17 00:00:00 2001 From: Samal Date: Fri, 28 Aug 2026 17:33:42 +0800 Subject: [PATCH 19/39] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index fce499295d..60af100bb0 100644 --- a/progress.json +++ b/progress.json @@ -401,5 +401,14 @@ "The merge has not been undone properly." ], "status": "Incomplete" + }, + { + "exercise_name": "merge-squash", + "started_at": 1787909619.039826, + "completed_at": 1787909622.019109, + "comments": [ + "The main branch does not contain both files 'mike.txt' and 'janice.txt'." + ], + "status": "Incomplete" } ] \ No newline at end of file From 3160bf873b4c2c620ea8ca07df1bd24a23b23385 Mon Sep 17 00:00:00 2001 From: Samal Date: Fri, 28 Aug 2026 17:33:59 +0800 Subject: [PATCH 20/39] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index 60af100bb0..ba6c4a5fb4 100644 --- a/progress.json +++ b/progress.json @@ -410,5 +410,14 @@ "The main branch does not contain both files 'mike.txt' and 'janice.txt'." ], "status": "Incomplete" + }, + { + "exercise_name": "branch-rename", + "started_at": 1787909636.679789, + "completed_at": 1787909639.49484, + "comments": [ + "Branch 'login' still exists! Remember to rename it to 'feature/login'" + ], + "status": "Incomplete" } ] \ No newline at end of file From a389dd8419a4a0983bfe06439af58f2270356572 Mon Sep 17 00:00:00 2001 From: Samal Date: Fri, 28 Aug 2026 17:34:10 +0800 Subject: [PATCH 21/39] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index ba6c4a5fb4..ed7b6959ed 100644 --- a/progress.json +++ b/progress.json @@ -419,5 +419,14 @@ "Branch 'login' still exists! Remember to rename it to 'feature/login'" ], "status": "Incomplete" + }, + { + "exercise_name": "branch-delete", + "started_at": 1787909646.421533, + "completed_at": 1787909649.572083, + "comments": [ + "Branch 'optimization-approach-1' still exists! Remember to delete it" + ], + "status": "Incomplete" } ] \ No newline at end of file From b6401d79b0e5bc1a19858c8e38506c16f4144ed8 Mon Sep 17 00:00:00 2001 From: Samal Date: Fri, 28 Aug 2026 17:34:19 +0800 Subject: [PATCH 22/39] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index ed7b6959ed..c631a5d296 100644 --- a/progress.json +++ b/progress.json @@ -428,5 +428,14 @@ "Branch 'optimization-approach-1' still exists! Remember to delete it" ], "status": "Incomplete" + }, + { + "exercise_name": "mix-messy-docs", + "started_at": 1787909656.522944, + "completed_at": 1787909659.405966, + "comments": [ + "You are missing the 'development' branch!" + ], + "status": "Incomplete" } ] \ No newline at end of file From 4fdb7549ea68e674401408492766e13114de3b69 Mon Sep 17 00:00:00 2001 From: Samal Date: Fri, 28 Aug 2026 17:34:29 +0800 Subject: [PATCH 23/39] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index c631a5d296..a81b3ba4e6 100644 --- a/progress.json +++ b/progress.json @@ -437,5 +437,14 @@ "You are missing the 'development' branch!" ], "status": "Incomplete" + }, + { + "exercise_name": "mix-messy-graph", + "started_at": 1787909666.077444, + "completed_at": 1787909668.95254, + "comments": [ + "You should be using squash merges for both 'feature-search' and 'feature-delete'" + ], + "status": "Incomplete" } ] \ No newline at end of file From 7d9882128808f1fe7d02994ef86c1c3627acf51b Mon Sep 17 00:00:00 2001 From: Samal Date: Fri, 28 Aug 2026 17:38:23 +0800 Subject: [PATCH 24/39] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index a81b3ba4e6..8f99efdd2a 100644 --- a/progress.json +++ b/progress.json @@ -446,5 +446,14 @@ "You should be using squash merges for both 'feature-search' and 'feature-delete'" ], "status": "Incomplete" + }, + { + "exercise_name": "under-control", + "started_at": 1787909901.637414, + "completed_at": 1787909903.016655, + "comments": [ + "You successfully used git init to initialize this folder as a Git repository!" + ], + "status": "Completed" } ] \ No newline at end of file From f78eb65533d7d53a4450889949fa122dcf8c0578 Mon Sep 17 00:00:00 2001 From: Samal Date: Fri, 28 Aug 2026 17:38:33 +0800 Subject: [PATCH 25/39] Update progress --- progress.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/progress.json b/progress.json index 8f99efdd2a..354678ca29 100644 --- a/progress.json +++ b/progress.json @@ -455,5 +455,12 @@ "You successfully used git init to initialize this folder as a Git repository!" ], "status": "Completed" + }, + { + "exercise_name": "log-and-order", + "started_at": 1787909912.04737, + "completed_at": 1787909913.414421, + "comments": [], + "status": "Completed" } ] \ No newline at end of file From 9091747a38c4a7711d573bde04ad1f813da47449 Mon Sep 17 00:00:00 2001 From: Samal Date: Fri, 28 Aug 2026 17:38:44 +0800 Subject: [PATCH 26/39] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index 354678ca29..6f61eb0c50 100644 --- a/progress.json +++ b/progress.json @@ -462,5 +462,14 @@ "completed_at": 1787909913.414421, "comments": [], "status": "Completed" + }, + { + "exercise_name": "tags-update", + "started_at": 1787909922.09527, + "completed_at": 1787909923.527694, + "comments": [ + "Great work! You have successfully updated the tags to point to the correct commits." + ], + "status": "Completed" } ] \ No newline at end of file From 01cc86be40d6d2c8a04357c22fa2ef2e4054544e Mon Sep 17 00:00:00 2001 From: Samal Date: Fri, 28 Aug 2026 17:39:05 +0800 Subject: [PATCH 27/39] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index 6f61eb0c50..02baf4c4cb 100644 --- a/progress.json +++ b/progress.json @@ -471,5 +471,14 @@ "Great work! You have successfully updated the tags to point to the correct commits." ], "status": "Completed" + }, + { + "exercise_name": "tags-push", + "started_at": 1787909941.168258, + "completed_at": 1787909944.580961, + "comments": [ + "Wonderful! You have successfully synced the local tags with the remote tags!" + ], + "status": "Completed" } ] \ No newline at end of file From 155c0a935643a5772d1f9b7ffe52e01050625b7c Mon Sep 17 00:00:00 2001 From: Samal Date: Fri, 28 Aug 2026 17:39:15 +0800 Subject: [PATCH 28/39] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index 02baf4c4cb..53ad2eaa22 100644 --- a/progress.json +++ b/progress.json @@ -480,5 +480,14 @@ "Wonderful! You have successfully synced the local tags with the remote tags!" ], "status": "Completed" + }, + { + "exercise_name": "sensors-diff", + "started_at": 1787909953.919746, + "completed_at": 1787909955.240504, + "comments": [ + "Great work comparing commits in git history!" + ], + "status": "Completed" } ] \ No newline at end of file From 973576f9fea424a594cfc13fa8b9d1b818903af8 Mon Sep 17 00:00:00 2001 From: Samal Date: Fri, 28 Aug 2026 17:39:25 +0800 Subject: [PATCH 29/39] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index 53ad2eaa22..4ffb7a6676 100644 --- a/progress.json +++ b/progress.json @@ -489,5 +489,14 @@ "Great work comparing commits in git history!" ], "status": "Completed" + }, + { + "exercise_name": "sensors-checkout", + "started_at": 1787909963.904913, + "completed_at": 1787909965.201103, + "comments": [ + "Great work traversing the revision history!" + ], + "status": "Completed" } ] \ No newline at end of file From c709bf937fcfb9edecefd28f7b44cdaf44bccac6 Mon Sep 17 00:00:00 2001 From: Samal Date: Fri, 28 Aug 2026 17:39:35 +0800 Subject: [PATCH 30/39] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index 4ffb7a6676..5d74bbeb8f 100644 --- a/progress.json +++ b/progress.json @@ -498,5 +498,14 @@ "Great work traversing the revision history!" ], "status": "Completed" + }, + { + "exercise_name": "sensors-reset", + "started_at": 1787909973.828867, + "completed_at": 1787909975.169497, + "comments": [ + "You have reset the repository to the correct state!" + ], + "status": "Completed" } ] \ No newline at end of file From 7c58fd85734f8b155886cec8e8a5ed2b17f65358 Mon Sep 17 00:00:00 2001 From: Samal Date: Fri, 28 Aug 2026 17:39:45 +0800 Subject: [PATCH 31/39] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index 5d74bbeb8f..9a1c16b05d 100644 --- a/progress.json +++ b/progress.json @@ -507,5 +507,14 @@ "You have reset the repository to the correct state!" ], "status": "Completed" + }, + { + "exercise_name": "sensors-revert", + "started_at": 1787909983.923329, + "completed_at": 1787909985.256226, + "comments": [ + "Good work reverting commits!" + ], + "status": "Completed" } ] \ No newline at end of file From 1072e0a203a8c9c65365a4b439d8e91282aee3ad Mon Sep 17 00:00:00 2001 From: Samal Date: Fri, 28 Aug 2026 17:39:56 +0800 Subject: [PATCH 32/39] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index 9a1c16b05d..1a081a2e51 100644 --- a/progress.json +++ b/progress.json @@ -516,5 +516,14 @@ "Good work reverting commits!" ], "status": "Completed" + }, + { + "exercise_name": "branch-previous", + "started_at": 1787909994.081059, + "completed_at": 1787909996.045806, + "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 cd7a95551086e4ed6e07967c9264a3ba34f91d5d Mon Sep 17 00:00:00 2001 From: Samal Date: Fri, 28 Aug 2026 17:40:07 +0800 Subject: [PATCH 33/39] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index 1a081a2e51..b441a25f02 100644 --- a/progress.json +++ b/progress.json @@ -525,5 +525,14 @@ "Excellent work! You've successfully created branches from a previous commit and explored alternative storylines!" ], "status": "Completed" + }, + { + "exercise_name": "branch-compare", + "started_at": 1787910005.380172, + "completed_at": 1787910007.057179, + "comments": [ + "Great work comparing the branches successfully!" + ], + "status": "Completed" } ] \ No newline at end of file From 172b6fe621a9438942ce18048d008013638130d5 Mon Sep 17 00:00:00 2001 From: Samal Date: Fri, 28 Aug 2026 17:40:18 +0800 Subject: [PATCH 34/39] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index b441a25f02..e8b4372660 100644 --- a/progress.json +++ b/progress.json @@ -534,5 +534,14 @@ "Great work comparing the branches successfully!" ], "status": "Completed" + }, + { + "exercise_name": "ff-undo", + "started_at": 1787910016.32932, + "completed_at": 1787910017.803521, + "comments": [ + "You have successfully undone the merge of branch 'others'." + ], + "status": "Completed" } ] \ No newline at end of file From 5c08393887506429edcec4d1e2f055ec07f93687 Mon Sep 17 00:00:00 2001 From: Samal Date: Fri, 28 Aug 2026 17:40:28 +0800 Subject: [PATCH 35/39] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index e8b4372660..20efef9f2a 100644 --- a/progress.json +++ b/progress.json @@ -543,5 +543,14 @@ "You have successfully undone the merge of branch 'others'." ], "status": "Completed" + }, + { + "exercise_name": "merge-squash", + "started_at": 1787910026.81409, + "completed_at": 1787910028.252805, + "comments": [ + "Good job performing a merge squash!" + ], + "status": "Completed" } ] \ No newline at end of file From 7c35a4a5034d1d217a5f9d4d2d3cc2ec8ccd6dae Mon Sep 17 00:00:00 2001 From: Samal Date: Fri, 28 Aug 2026 17:40:38 +0800 Subject: [PATCH 36/39] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index 20efef9f2a..fb8a6c97fb 100644 --- a/progress.json +++ b/progress.json @@ -552,5 +552,14 @@ "Good job performing a merge squash!" ], "status": "Completed" + }, + { + "exercise_name": "branch-rename", + "started_at": 1787910036.818007, + "completed_at": 1787910038.135755, + "comments": [ + "Great work with renaming the branches on your local repository!" + ], + "status": "Completed" } ] \ No newline at end of file From 67007f696f6acf2c1df0b3a34a979a1f88f1ad2f Mon Sep 17 00:00:00 2001 From: Samal Date: Fri, 28 Aug 2026 17:40:48 +0800 Subject: [PATCH 37/39] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index fb8a6c97fb..bcd60c8706 100644 --- a/progress.json +++ b/progress.json @@ -561,5 +561,14 @@ "Great work with renaming the branches on your local repository!" ], "status": "Completed" + }, + { + "exercise_name": "branch-delete", + "started_at": 1787910046.596012, + "completed_at": 1787910047.907028, + "comments": [ + "Great job using git branch to delete both merged and unmerged branches!" + ], + "status": "Completed" } ] \ No newline at end of file From 7e64fb1516244d859104e54a2c9c571343fab3f0 Mon Sep 17 00:00:00 2001 From: Samal Date: Fri, 28 Aug 2026 17:40:58 +0800 Subject: [PATCH 38/39] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index bcd60c8706..fa2ec7869b 100644 --- a/progress.json +++ b/progress.json @@ -570,5 +570,14 @@ "Great job using git branch to delete both merged and unmerged branches!" ], "status": "Completed" + }, + { + "exercise_name": "mix-messy-docs", + "started_at": 1787910056.523076, + "completed_at": 1787910057.894676, + "comments": [ + "Great work using all of the concepts you've learnt about branching to mix the messy documentation!" + ], + "status": "Completed" } ] \ No newline at end of file From 4fa61199004f7a1f9e3afdf61d4241562d13ea09 Mon Sep 17 00:00:00 2001 From: Samal Date: Fri, 28 Aug 2026 17:41:08 +0800 Subject: [PATCH 39/39] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index fa2ec7869b..fd67bdd911 100644 --- a/progress.json +++ b/progress.json @@ -579,5 +579,14 @@ "Great work using all of the concepts you've learnt about branching to mix the messy documentation!" ], "status": "Completed" + }, + { + "exercise_name": "mix-messy-graph", + "started_at": 1787910066.526741, + "completed_at": 1787910068.084588, + "comments": [ + "You have successfully completed the exercise!" + ], + "status": "Completed" } ] \ No newline at end of file