From 1a90ae665f27c4446053ce135670d45564c94c48 Mon Sep 17 00:00:00 2001 From: Ryan Goh Date: Fri, 23 Jan 2026 14:43:48 +0800 Subject: [PATCH 01/16] Sync progress with local machine --- progress.json | 126 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 126 insertions(+) create mode 100644 progress.json diff --git a/progress.json b/progress.json new file mode 100644 index 000000000..b3f023183 --- /dev/null +++ b/progress.json @@ -0,0 +1,126 @@ +[ + { + "exercise_name": "clone-repo", + "started_at": 1769010857.334515, + "completed_at": 1769010860.201212, + "comments": [ + "Great work creating a clone of a fork from Github!" + ], + "status": "Completed" + }, + { + "exercise_name": "fetch-and-pull", + "started_at": 1769012305.124153, + "completed_at": 1769012306.411671, + "comments": [ + "Great work fetching and pulling different upstreams!" + ], + "status": "Completed" + }, + { + "exercise_name": "fork-repo", + "started_at": 1769009846.703168, + "completed_at": 1769009850.017363, + "comments": [ + "Great work creating a fork with Github!" + ], + "status": "Completed" + }, + { + "exercise_name": "grocery-shopping", + "started_at": 1768977942.125421, + "completed_at": 1768977943.517935, + "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": 1769003558.562022, + "completed_at": 1769003562.062315, + "comments": [ + "You are still ignoring why_am_i_hidden.txt. Find where the file is and fix that." + ], + "status": "Incomplete" + }, + { + "exercise_name": "ignoring-somethings", + "started_at": 1769003611.512348, + "completed_at": 1769003613.457449, + "comments": [ + "Great work using .gitignore!" + ], + "status": "Completed" + }, + { + "exercise_name": "link-me", + "started_at": 1769000839.030571, + "completed_at": 1769000840.401277, + "comments": [ + "Great work with using git remote to add an upstream remote!" + ], + "status": "Completed" + }, + { + "exercise_name": "log-and-order", + "started_at": 1768980824.713017, + "completed_at": 1768980826.02638, + "comments": [], + "status": "Completed" + }, + { + "exercise_name": "push-over", + "started_at": 1769002033.177467, + "completed_at": 1769002035.148832, + "comments": [ + "Great work pushing changes to the remote!" + ], + "status": "Completed" + }, + { + "exercise_name": "remote-control", + "started_at": 1768999774.075878, + "completed_at": 1768999941.014987, + "comments": [ + "That is not the right Github url!" + ], + "status": "Incomplete" + }, + { + "exercise_name": "remote-control", + "started_at": 1768999953.420082, + "completed_at": 1768999959.574503, + "comments": [ + "Great work setting up a public remote repository!" + ], + "status": "Completed" + }, + { + "exercise_name": "stage-fright", + "started_at": 1768974921.612937, + "completed_at": 1768974922.895588, + "comments": [ + "Great work! You have successfully checked in all the actors!" + ], + "status": "Completed" + }, + { + "exercise_name": "staging-intervention", + "started_at": 1768977033.333292, + "completed_at": 1768977034.841382, + "comments": [ + "Great work! You have successfully fixed the attendance system!" + ], + "status": "Completed" + }, + { + "exercise_name": "under-control", + "started_at": 1768964209.805255, + "completed_at": 1768964211.250493, + "comments": [ + "You successfully used git init to initialize this folder as a Git repository!" + ], + "status": "Completed" + } +] \ No newline at end of file From 4a35ef52c5feb5d4c37ceafa16879dd47aecdabb Mon Sep 17 00:00:00 2001 From: Ryan Goh Date: Fri, 23 Jan 2026 14:46:15 +0800 Subject: [PATCH 02/16] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index b3f023183..656538616 100644 --- a/progress.json +++ b/progress.json @@ -122,5 +122,14 @@ "You successfully used git init to initialize this folder as a Git repository!" ], "status": "Completed" + }, + { + "exercise_name": "clone-repo", + "started_at": 1769150771.736729, + "completed_at": 1769150775.035311, + "comments": [ + "Great work creating a clone of a fork from Github!" + ], + "status": "Completed" } ] \ No newline at end of file From fde94df9b499a9d00706fe5a382364aaaedfe2a6 Mon Sep 17 00:00:00 2001 From: Ryan Goh Date: Fri, 23 Jan 2026 14:46:58 +0800 Subject: [PATCH 03/16] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index 656538616..d9240cacf 100644 --- a/progress.json +++ b/progress.json @@ -131,5 +131,14 @@ "Great work creating a clone of a fork from Github!" ], "status": "Completed" + }, + { + "exercise_name": "fetch-and-pull", + "started_at": 1769150816.715891, + "completed_at": 1769150818.110532, + "comments": [ + "Great work fetching and pulling different upstreams!" + ], + "status": "Completed" } ] \ No newline at end of file From bb81d92f0e227f088c2daf97ea4d594b6127508e Mon Sep 17 00:00:00 2001 From: Ryan Goh Date: Fri, 23 Jan 2026 14:52:49 +0800 Subject: [PATCH 04/16] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index d9240cacf..0024e7572 100644 --- a/progress.json +++ b/progress.json @@ -140,5 +140,14 @@ "Great work fetching and pulling different upstreams!" ], "status": "Completed" + }, + { + "exercise_name": "undo-init", + "started_at": 1769151167.616291, + "completed_at": 1769151168.960915, + "comments": [ + "You have successfully undone the init operation!" + ], + "status": "Completed" } ] \ No newline at end of file From e335829465506c3efc8f208db954fe81ac6400f3 Mon Sep 17 00:00:00 2001 From: Ryan Goh Date: Fri, 23 Jan 2026 18:46:33 +0800 Subject: [PATCH 05/16] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index 0024e7572..87fbc4a73 100644 --- a/progress.json +++ b/progress.json @@ -149,5 +149,14 @@ "You have successfully undone the init operation!" ], "status": "Completed" + }, + { + "exercise_name": "view-commits", + "started_at": 1769165191.694721, + "completed_at": 1769165193.186273, + "comments": [ + "Great work in viewing and understanding the diff of a specific commit!" + ], + "status": "Completed" } ] \ No newline at end of file From ca2c1dcde34edff32170c306ecd47c5ed19e5b62 Mon Sep 17 00:00:00 2001 From: Ryan Goh Date: Fri, 23 Jan 2026 19:11:51 +0800 Subject: [PATCH 06/16] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index 87fbc4a73..9d72590db 100644 --- a/progress.json +++ b/progress.json @@ -158,5 +158,14 @@ "Great work in viewing and understanding the diff of a specific commit!" ], "status": "Completed" + }, + { + "exercise_name": "tags-add", + "started_at": 1769166709.570833, + "completed_at": 1769166711.034428, + "comments": [ + "Great work using git tag to annotate various commits in the repository!" + ], + "status": "Completed" } ] \ No newline at end of file From 9d890d3a71e3f092dccb6f95d01b1f7d5a353ebb Mon Sep 17 00:00:00 2001 From: Ryan Goh Date: Fri, 23 Jan 2026 19:14:34 +0800 Subject: [PATCH 07/16] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index 9d72590db..8b5e5cc2a 100644 --- a/progress.json +++ b/progress.json @@ -167,5 +167,14 @@ "Great work using git tag to annotate various commits in the repository!" ], "status": "Completed" + }, + { + "exercise_name": "tags-update", + "started_at": 1769166872.444565, + "completed_at": 1769166873.697258, + "comments": [ + "Great work! You have successfully updated the tags to point to the correct commits." + ], + "status": "Completed" } ] \ No newline at end of file From 1651b4a41640f51e2443b8b945ea716bb39c396e Mon Sep 17 00:00:00 2001 From: Ryan Goh Date: Fri, 23 Jan 2026 19:20:28 +0800 Subject: [PATCH 08/16] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index 8b5e5cc2a..68bea6768 100644 --- a/progress.json +++ b/progress.json @@ -176,5 +176,14 @@ "Great work! You have successfully updated the tags to point to the correct commits." ], "status": "Completed" + }, + { + "exercise_name": "tags-push", + "started_at": 1769167225.123339, + "completed_at": 1769167227.495277, + "comments": [ + "Wonderful! You have successfully synced the local tags with the remote tags!" + ], + "status": "Completed" } ] \ No newline at end of file From a68bc9153d527f000b77ba21ab515e877e5ab8b0 Mon Sep 17 00:00:00 2001 From: Ryan Goh Date: Fri, 23 Jan 2026 19:55:23 +0800 Subject: [PATCH 09/16] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index 68bea6768..527845962 100644 --- a/progress.json +++ b/progress.json @@ -185,5 +185,14 @@ "Wonderful! You have successfully synced the local tags with the remote tags!" ], "status": "Completed" + }, + { + "exercise_name": "sensors-diff", + "started_at": 1769169319.6288, + "completed_at": 1769169322.566666, + "comments": [ + "Answer for Which new values are new in north.csv on Jan 10th, compared to Jan 01st? is not right." + ], + "status": "Incomplete" } ] \ No newline at end of file From 7cf5708fbb15cc88c5297c5a6ab80b18f8b18897 Mon Sep 17 00:00:00 2001 From: Ryan Goh Date: Fri, 23 Jan 2026 20:04:46 +0800 Subject: [PATCH 10/16] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index 527845962..3a210bf7c 100644 --- a/progress.json +++ b/progress.json @@ -194,5 +194,14 @@ "Answer for Which new values are new in north.csv on Jan 10th, compared to Jan 01st? is not right." ], "status": "Incomplete" + }, + { + "exercise_name": "sensors-diff", + "started_at": 1769169884.880903, + "completed_at": 1769169886.161867, + "comments": [ + "Great work comparing commits in git history!" + ], + "status": "Completed" } ] \ No newline at end of file From 24f97bb02bc7bc3c013096925777f33035e94e05 Mon Sep 17 00:00:00 2001 From: Ryan Goh Date: Fri, 23 Jan 2026 20:41:15 +0800 Subject: [PATCH 11/16] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index 3a210bf7c..04438646b 100644 --- a/progress.json +++ b/progress.json @@ -203,5 +203,14 @@ "Great work comparing commits in git history!" ], "status": "Completed" + }, + { + "exercise_name": "sensors-checkout", + "started_at": 1769172074.034588, + "completed_at": 1769172075.421992, + "comments": [ + "Great work traversing the revision history!" + ], + "status": "Completed" } ] \ No newline at end of file From 00212e56bb380ca79d592c31be33713c9a79c115 Mon Sep 17 00:00:00 2001 From: Ryan Goh Date: Fri, 23 Jan 2026 20:56:54 +0800 Subject: [PATCH 12/16] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index 04438646b..6b94994be 100644 --- a/progress.json +++ b/progress.json @@ -212,5 +212,14 @@ "Great work traversing the revision history!" ], "status": "Completed" + }, + { + "exercise_name": "sensors-reset", + "started_at": 1769173012.541904, + "completed_at": 1769173013.865373, + "comments": [ + "You have reset the repository to the correct state!" + ], + "status": "Completed" } ] \ No newline at end of file From a905c2e2c9923f477262273b49d3b65370ca4dfb Mon Sep 17 00:00:00 2001 From: Ryan Goh Date: Fri, 23 Jan 2026 21:06:34 +0800 Subject: [PATCH 13/16] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index 6b94994be..40d513b40 100644 --- a/progress.json +++ b/progress.json @@ -221,5 +221,14 @@ "You have reset the repository to the correct state!" ], "status": "Completed" + }, + { + "exercise_name": "sensors-revert", + "started_at": 1769173590.598247, + "completed_at": 1769173593.708118, + "comments": [ + "You have not reverted all the commits yet!" + ], + "status": "Incomplete" } ] \ No newline at end of file From d59b7cb67dae2ef3621d056803c41c2e58b2d25d Mon Sep 17 00:00:00 2001 From: Ryan Goh Date: Fri, 23 Jan 2026 21:08:34 +0800 Subject: [PATCH 14/16] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index 40d513b40..34bdb7e26 100644 --- a/progress.json +++ b/progress.json @@ -230,5 +230,14 @@ "You have not reverted all the commits yet!" ], "status": "Incomplete" + }, + { + "exercise_name": "sensors-revert", + "started_at": 1769173712.660125, + "completed_at": 1769173713.995971, + "comments": [ + "Good work reverting commits!" + ], + "status": "Completed" } ] \ No newline at end of file From f1dd773081d21268c24ff998d35b7b4bb7511f3e Mon Sep 17 00:00:00 2001 From: Ryan Goh Date: Tue, 27 Jan 2026 00:09:44 +0800 Subject: [PATCH 15/16] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index 34bdb7e26..a665c2de4 100644 --- a/progress.json +++ b/progress.json @@ -239,5 +239,14 @@ "Good work reverting commits!" ], "status": "Completed" + }, + { + "exercise_name": "side-track", + "started_at": 1769443782.156226, + "completed_at": 1769443783.529129, + "comments": [ + "Great work with using git branch and git checkout to fix the bugs!" + ], + "status": "Completed" } ] \ No newline at end of file From 3ae051958504f5948980173af886b130f529ce1c Mon Sep 17 00:00:00 2001 From: Ryan Goh Date: Tue, 27 Jan 2026 00:20:39 +0800 Subject: [PATCH 16/16] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index a665c2de4..5d0cf3526 100644 --- a/progress.json +++ b/progress.json @@ -248,5 +248,14 @@ "Great work with using git branch and git checkout to fix the bugs!" ], "status": "Completed" + }, + { + "exercise_name": "branch-previous", + "started_at": 1769444437.463511, + "completed_at": 1769444438.844049, + "comments": [ + "Excellent work! You've successfully created branches from a previous commit and explored alternative storylines!" + ], + "status": "Completed" } ] \ No newline at end of file