From 5a75469b6bc1dc7d683ab48f7ff63c3075e6e590 Mon Sep 17 00:00:00 2001 From: Benjumpin Date: Mon, 26 Jan 2026 18:36:48 +0800 Subject: [PATCH 01/14] Sync progress with local machine --- progress.json | 162 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 162 insertions(+) create mode 100644 progress.json diff --git a/progress.json b/progress.json new file mode 100644 index 000000000..413113c89 --- /dev/null +++ b/progress.json @@ -0,0 +1,162 @@ +[ + { + "exercise_name": "branch-bender", + "started_at": 1769418346.47707, + "completed_at": 1769418350.700927, + "comments": [ + "Great work with merging the branches in order! Try running the HTML files locally!" + ], + "status": "Completed" + }, + { + "exercise_name": "branch-delete", + "started_at": 1769420072.646728, + "completed_at": 1769420074.971318, + "comments": [ + "Great job using git branch to delete both merged and unmerged branches!" + ], + "status": "Completed" + }, + { + "exercise_name": "branch-forward", + "started_at": 1769419079.690602, + "completed_at": 1769419081.680427, + "comments": [ + "Great job fast-forward merging only 'with-sally'!" + ], + "status": "Completed" + }, + { + "exercise_name": "branch-previous", + "started_at": 1769416961.271355, + "completed_at": 1769416963.332315, + "comments": [ + "Excellent work! You've successfully created branches from a previous commit and explored alternative storylines!" + ], + "status": "Completed" + }, + { + "exercise_name": "branch-rename", + "started_at": 1769419792.395251, + "completed_at": 1769419794.42072, + "comments": [ + "Great work with renaming the branches on your local repository!" + ], + "status": "Completed" + }, + { + "exercise_name": "conflict-mediator", + "started_at": 1769419512.896461, + "completed_at": 1769419515.294408, + "comments": [ + "Great work resolving the merge conflict!" + ], + "status": "Completed" + }, + { + "exercise_name": "grocery-shopping", + "started_at": 1768734869.719886, + "completed_at": 1768734872.0511, + "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": 1768810801.955696, + "completed_at": 1768810804.602935, + "comments": [], + "status": "Completed" + }, + { + "exercise_name": "side-track", + "started_at": 1769415879.338151, + "completed_at": 1769415881.868023, + "comments": [ + "Great work with using git branch and git checkout to fix the bugs!" + ], + "status": "Completed" + }, + { + "exercise_name": "stage-fright", + "started_at": 1768732333.180903, + "completed_at": 1768732335.379374, + "comments": [ + "Great work! You have successfully checked in all the actors!" + ], + "status": "Completed" + }, + { + "exercise_name": "stage-fright", + "started_at": 1768732617.796409, + "completed_at": 1768732619.890187, + "comments": [ + "Great work! You have successfully checked in all the actors!" + ], + "status": "Completed" + }, + { + "exercise_name": "stage-fright", + "started_at": 1768732623.994289, + "completed_at": 1768732626.04051, + "comments": [ + "Great work! You have successfully checked in all the actors!" + ], + "status": "Completed" + }, + { + "exercise_name": "staging-intervention", + "started_at": 1768732747.218717, + "completed_at": 1768732749.406923, + "comments": [ + "Great work! You have successfully fixed the attendance system!" + ], + "status": "Completed" + }, + { + "exercise_name": "undo-init", + "started_at": 1768729594.727522, + "completed_at": 1768729598.687188, + "comments": [ + "The init operation is not undone." + ], + "status": "Incomplete" + }, + { + "exercise_name": "undo-init", + "started_at": 1768729775.488504, + "completed_at": 1768729779.988574, + "comments": [ + "The init operation is not undone." + ], + "status": "Incomplete" + }, + { + "exercise_name": "undo-init", + "started_at": 1768729804.335977, + "completed_at": 1768729812.183327, + "comments": [ + "The init operation is not undone." + ], + "status": "Incomplete" + }, + { + "exercise_name": "undo-init", + "started_at": 1768729869.980854, + "completed_at": 1768729872.090427, + "comments": [ + "You have successfully undone the init operation!" + ], + "status": "Completed" + }, + { + "exercise_name": "undo-init", + "started_at": 1768731729.106616, + "completed_at": 1768731731.027147, + "comments": [ + "You have successfully undone the init operation!" + ], + "status": "Completed" + } +] \ No newline at end of file From c62471f50dcac633e9ba67cc487f845865674165 Mon Sep 17 00:00:00 2001 From: Benjumpin Date: Mon, 26 Jan 2026 18:40:15 +0800 Subject: [PATCH 02/14] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index 413113c89..df6233810 100644 --- a/progress.json +++ b/progress.json @@ -158,5 +158,14 @@ "You have successfully undone the init operation!" ], "status": "Completed" + }, + { + "exercise_name": "remote-control", + "started_at": 1769423914.902207, + "completed_at": 1769424014.975428, + "comments": [ + "The remote repository url you provided either does not exist or is private. Try again!" + ], + "status": "Incomplete" } ] \ No newline at end of file From 2d617545a6d5161dba609596265aa672e91b6e16 Mon Sep 17 00:00:00 2001 From: Benjumpin Date: Mon, 26 Jan 2026 18:42:51 +0800 Subject: [PATCH 03/14] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index df6233810..88d2b06dc 100644 --- a/progress.json +++ b/progress.json @@ -167,5 +167,14 @@ "The remote repository url you provided either does not exist or is private. Try again!" ], "status": "Incomplete" + }, + { + "exercise_name": "remote-control", + "started_at": 1769424160.514596, + "completed_at": 1769424170.636758, + "comments": [ + "That is not the right Github url!" + ], + "status": "Incomplete" } ] \ No newline at end of file From 4fc3a24ba3a96371b784d6596b4fdbca5e723a63 Mon Sep 17 00:00:00 2001 From: Benjumpin Date: Mon, 26 Jan 2026 18:43:55 +0800 Subject: [PATCH 04/14] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index 88d2b06dc..c8ea8b5a6 100644 --- a/progress.json +++ b/progress.json @@ -176,5 +176,14 @@ "That is not the right Github url!" ], "status": "Incomplete" + }, + { + "exercise_name": "remote-control", + "started_at": 1769424227.418426, + "completed_at": 1769424234.510978, + "comments": [ + "Great work setting up a public remote repository!" + ], + "status": "Completed" } ] \ No newline at end of file From 118221b0f6bc8942b3ae0eaa608d2fb33a8f82b2 Mon Sep 17 00:00:00 2001 From: Benjumpin Date: Mon, 26 Jan 2026 18:49:36 +0800 Subject: [PATCH 05/14] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index c8ea8b5a6..b114c8722 100644 --- a/progress.json +++ b/progress.json @@ -185,5 +185,14 @@ "Great work setting up a public remote repository!" ], "status": "Completed" + }, + { + "exercise_name": "link-me", + "started_at": 1769424573.799043, + "completed_at": 1769424575.781082, + "comments": [ + "Great work with using git remote to add an upstream remote!" + ], + "status": "Completed" } ] \ No newline at end of file From a2dd3ab99cb774a1ca831127923dc3876a01b165 Mon Sep 17 00:00:00 2001 From: Benjumpin Date: Mon, 26 Jan 2026 19:02:53 +0800 Subject: [PATCH 06/14] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index b114c8722..fee8b9ea9 100644 --- a/progress.json +++ b/progress.json @@ -194,5 +194,14 @@ "Great work with using git remote to add an upstream remote!" ], "status": "Completed" + }, + { + "exercise_name": "push-over", + "started_at": 1769425368.63237, + "completed_at": 1769425372.472791, + "comments": [ + "You should have made a separate commit!" + ], + "status": "Incomplete" } ] \ No newline at end of file From 476281d6656b3e45a759081c0d9f8201a2b93f03 Mon Sep 17 00:00:00 2001 From: Benjumpin Date: Mon, 26 Jan 2026 19:03:23 +0800 Subject: [PATCH 07/14] Reset progress for push-over --- progress.json | 9 --------- 1 file changed, 9 deletions(-) diff --git a/progress.json b/progress.json index fee8b9ea9..b114c8722 100644 --- a/progress.json +++ b/progress.json @@ -194,14 +194,5 @@ "Great work with using git remote to add an upstream remote!" ], "status": "Completed" - }, - { - "exercise_name": "push-over", - "started_at": 1769425368.63237, - "completed_at": 1769425372.472791, - "comments": [ - "You should have made a separate commit!" - ], - "status": "Incomplete" } ] \ No newline at end of file From a85a091c6b95b404724d4149ea0a7ce3aef0fe66 Mon Sep 17 00:00:00 2001 From: Benjumpin Date: Mon, 26 Jan 2026 19:06:59 +0800 Subject: [PATCH 08/14] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index b114c8722..6abd25627 100644 --- a/progress.json +++ b/progress.json @@ -194,5 +194,14 @@ "Great work with using git remote to add an upstream remote!" ], "status": "Completed" + }, + { + "exercise_name": "push-over", + "started_at": 1769425615.216311, + "completed_at": 1769425618.464968, + "comments": [ + "Great work pushing changes to the remote!" + ], + "status": "Completed" } ] \ No newline at end of file From e0af2a55060954a638bf4e5d39a2a89879c61233 Mon Sep 17 00:00:00 2001 From: Benjumpin Date: Mon, 26 Jan 2026 19:15:45 +0800 Subject: [PATCH 09/14] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index 6abd25627..39daa098c 100644 --- a/progress.json +++ b/progress.json @@ -203,5 +203,14 @@ "Great work pushing changes to the remote!" ], "status": "Completed" + }, + { + "exercise_name": "ignoring-somethings", + "started_at": 1769426136.939054, + "completed_at": 1769426145.222969, + "comments": [ + "You are not ignoring runaway.txt. Find where the file is and fix that." + ], + "status": "Incomplete" } ] \ No newline at end of file From c8eda25b400cad6160fd77c14baf9db273139be6 Mon Sep 17 00:00:00 2001 From: Benjumpin Date: Mon, 26 Jan 2026 19:17:23 +0800 Subject: [PATCH 10/14] Update progress --- progress.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/progress.json b/progress.json index 39daa098c..373a000cf 100644 --- a/progress.json +++ b/progress.json @@ -212,5 +212,15 @@ "You are not ignoring runaway.txt. Find where the file is and fix that." ], "status": "Incomplete" + }, + { + "exercise_name": "ignoring-somethings", + "started_at": 1769426234.680113, + "completed_at": 1769426242.936426, + "comments": [ + "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 55093827a6dc1c3cb1f48be890b2023fbe24de65 Mon Sep 17 00:00:00 2001 From: Benjumpin Date: Mon, 26 Jan 2026 19:17:48 +0800 Subject: [PATCH 11/14] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index 373a000cf..ab59910c6 100644 --- a/progress.json +++ b/progress.json @@ -222,5 +222,14 @@ "You have not committed the relevant changes yet!" ], "status": "Incomplete" + }, + { + "exercise_name": "ignoring-somethings", + "started_at": 1769426259.341082, + "completed_at": 1769426267.62036, + "comments": [ + "You are not ignoring runaway.txt. Find where the file is and fix that." + ], + "status": "Incomplete" } ] \ No newline at end of file From 78b472e192ec01963bbd4898a7c98010d0de7f82 Mon Sep 17 00:00:00 2001 From: Benjumpin Date: Mon, 26 Jan 2026 19:19:44 +0800 Subject: [PATCH 12/14] Update progress --- progress.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/progress.json b/progress.json index ab59910c6..acc4e8912 100644 --- a/progress.json +++ b/progress.json @@ -231,5 +231,15 @@ "You are not ignoring runaway.txt. Find where the file is and fix that." ], "status": "Incomplete" + }, + { + "exercise_name": "ignoring-somethings", + "started_at": 1769426375.508878, + "completed_at": 1769426384.343898, + "comments": [ + "You should be ignoring the rest of many/* except many/file22.txt!", + "You have not committed the relevant changes yet!" + ], + "status": "Incomplete" } ] \ No newline at end of file From cf746a8ba6adeb5eb9530240714b5cd562cde511 Mon Sep 17 00:00:00 2001 From: Benjumpin Date: Mon, 26 Jan 2026 19:20:07 +0800 Subject: [PATCH 13/14] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index acc4e8912..570fafe44 100644 --- a/progress.json +++ b/progress.json @@ -241,5 +241,14 @@ "You have not committed the relevant changes yet!" ], "status": "Incomplete" + }, + { + "exercise_name": "ignoring-somethings", + "started_at": 1769426398.715735, + "completed_at": 1769426407.213033, + "comments": [ + "You should be ignoring the rest of many/* except many/file22.txt!" + ], + "status": "Incomplete" } ] \ No newline at end of file From 28017abb638e0fd695c91bc8edfed3cb8d387099 Mon Sep 17 00:00:00 2001 From: Benjumpin Date: Mon, 26 Jan 2026 19:21:08 +0800 Subject: [PATCH 14/14] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index 570fafe44..5c07bfc9c 100644 --- a/progress.json +++ b/progress.json @@ -250,5 +250,14 @@ "You should be ignoring the rest of many/* except many/file22.txt!" ], "status": "Incomplete" + }, + { + "exercise_name": "ignoring-somethings", + "started_at": 1769426461.290201, + "completed_at": 1769426468.437255, + "comments": [ + "Great work using .gitignore!" + ], + "status": "Completed" } ] \ No newline at end of file