From 82872ece5a8306b42f38c8f88d772b0dae82a1ba Mon Sep 17 00:00:00 2001 From: Yang Jie <254612143+yangjieloh@users.noreply.github.com> Date: Sun, 16 Aug 2026 16:43:04 +0800 Subject: [PATCH 01/19] Sync progress with local machine --- progress.json | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 progress.json diff --git a/progress.json b/progress.json new file mode 100644 index 0000000000..0b9fbddf93 --- /dev/null +++ b/progress.json @@ -0,0 +1,45 @@ +[ + { + "exercise_name": "grocery-shopping", + "started_at": 1786601414.733593, + "completed_at": 1786601416.439442, + "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": 1786601925.13327, + "completed_at": 1786601926.868846, + "comments": [], + "status": "Completed" + }, + { + "exercise_name": "stage-fright", + "started_at": 1786601029.578207, + "completed_at": 1786601031.248974, + "comments": [ + "Great work! You have successfully checked in all the actors!" + ], + "status": "Completed" + }, + { + "exercise_name": "under-control", + "started_at": 1786630462.755406, + "completed_at": 1786630464.543198, + "comments": [ + "You successfully used git init to initialize this folder as a Git repository!" + ], + "status": "Completed" + }, + { + "exercise_name": "undo-init", + "started_at": 1786630777.329192, + "completed_at": 1786630778.900943, + "comments": [ + "You have successfully undone the init operation!" + ], + "status": "Completed" + } +] \ No newline at end of file From 9840293ff2785306a0c4691f75a9d814229ba9ed Mon Sep 17 00:00:00 2001 From: Yang Jie <254612143+yangjieloh@users.noreply.github.com> Date: Sun, 16 Aug 2026 16:46:45 +0800 Subject: [PATCH 02/19] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index 0b9fbddf93..91fd5831dc 100644 --- a/progress.json +++ b/progress.json @@ -41,5 +41,14 @@ "You have successfully undone the init operation!" ], "status": "Completed" + }, + { + "exercise_name": "remote-control", + "started_at": 1786869948.630793, + "completed_at": 1786870005.401338, + "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 db45035cba2191d9ee1ca24e18136be02dac6568 Mon Sep 17 00:00:00 2001 From: Yang Jie <254612143+yangjieloh@users.noreply.github.com> Date: Sun, 16 Aug 2026 16:48:57 +0800 Subject: [PATCH 03/19] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index 91fd5831dc..c765818f63 100644 --- a/progress.json +++ b/progress.json @@ -50,5 +50,14 @@ "The remote repository url you provided either does not exist or is private. Try again!" ], "status": "Incomplete" + }, + { + "exercise_name": "remote-control", + "started_at": 1786870111.518052, + "completed_at": 1786870136.464512, + "comments": [ + "Great work setting up a public remote repository!" + ], + "status": "Completed" } ] \ No newline at end of file From ce0fc56a301ebe021b8c314a45fee9d82ad31837 Mon Sep 17 00:00:00 2001 From: Yang Jie <254612143+yangjieloh@users.noreply.github.com> Date: Sun, 16 Aug 2026 16:53:08 +0800 Subject: [PATCH 04/19] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index c765818f63..07eb4494f0 100644 --- a/progress.json +++ b/progress.json @@ -59,5 +59,14 @@ "Great work setting up a public remote repository!" ], "status": "Completed" + }, + { + "exercise_name": "link-me", + "started_at": 1786870385.851537, + "completed_at": 1786870387.514495, + "comments": [ + "Great work with using git remote to add an upstream remote!" + ], + "status": "Completed" } ] \ No newline at end of file From da3f1fcce3fdc2931db5db3438ec180c147c6a33 Mon Sep 17 00:00:00 2001 From: Yang Jie <254612143+yangjieloh@users.noreply.github.com> Date: Sun, 16 Aug 2026 16:59:08 +0800 Subject: [PATCH 05/19] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index 07eb4494f0..dc7c31a8fb 100644 --- a/progress.json +++ b/progress.json @@ -68,5 +68,14 @@ "Great work with using git remote to add an upstream remote!" ], "status": "Completed" + }, + { + "exercise_name": "push-over", + "started_at": 1786870745.30114, + "completed_at": 1786870747.683652, + "comments": [ + "Great work pushing changes to the remote!" + ], + "status": "Completed" } ] \ No newline at end of file From 623ef89354cb621ded8177a7e08c797839f1430e Mon Sep 17 00:00:00 2001 From: Yang Jie <254612143+yangjieloh@users.noreply.github.com> Date: Sun, 16 Aug 2026 17:10:18 +0800 Subject: [PATCH 06/19] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index dc7c31a8fb..1fbc821de6 100644 --- a/progress.json +++ b/progress.json @@ -77,5 +77,14 @@ "Great work pushing changes to the remote!" ], "status": "Completed" + }, + { + "exercise_name": "ignoring-somethings", + "started_at": 1786871412.851488, + "completed_at": 1786871417.334531, + "comments": [ + "Great work using .gitignore!" + ], + "status": "Completed" } ] \ No newline at end of file From 8984cbe48828679aa3e460e363582982179a2d97 Mon Sep 17 00:00:00 2001 From: Yang Jie <254612143+yangjieloh@users.noreply.github.com> Date: Sun, 16 Aug 2026 21:55:12 +0800 Subject: [PATCH 07/19] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index 1fbc821de6..03b189b57c 100644 --- a/progress.json +++ b/progress.json @@ -86,5 +86,14 @@ "Great work using .gitignore!" ], "status": "Completed" + }, + { + "exercise_name": "fork-repo", + "started_at": 1786888508.498904, + "completed_at": 1786888512.190382, + "comments": [ + "Great work creating a fork with Github!" + ], + "status": "Completed" } ] \ No newline at end of file From fd7dda5b904048089dcf5aa4c8ad91c95bb8a5d9 Mon Sep 17 00:00:00 2001 From: Yang Jie <254612143+yangjieloh@users.noreply.github.com> Date: Sun, 16 Aug 2026 22:15:03 +0800 Subject: [PATCH 08/19] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index 03b189b57c..1fa3d48e11 100644 --- a/progress.json +++ b/progress.json @@ -95,5 +95,14 @@ "Great work creating a fork with Github!" ], "status": "Completed" + }, + { + "exercise_name": "clone-repo", + "started_at": 1786889697.732258, + "completed_at": 1786889702.524647, + "comments": [ + "Great work creating a clone of a fork from Github!" + ], + "status": "Completed" } ] \ No newline at end of file From e1276f694cadd3d4e5986b92ed75c498b6aed09a Mon Sep 17 00:00:00 2001 From: Yang Jie <254612143+yangjieloh@users.noreply.github.com> Date: Sun, 16 Aug 2026 22:33:06 +0800 Subject: [PATCH 09/19] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index 1fa3d48e11..5a2d09c093 100644 --- a/progress.json +++ b/progress.json @@ -104,5 +104,14 @@ "Great work creating a clone of a fork from Github!" ], "status": "Completed" + }, + { + "exercise_name": "fetch-and-pull", + "started_at": 1786890783.676929, + "completed_at": 1786890785.813603, + "comments": [ + "Great work fetching and pulling different upstreams!" + ], + "status": "Completed" } ] \ No newline at end of file From 86b2214d990add9ca6c49d2cf1cd4481c4bcdbc4 Mon Sep 17 00:00:00 2001 From: Yang Jie <254612143+yangjieloh@users.noreply.github.com> Date: Sun, 16 Aug 2026 23:09:24 +0800 Subject: [PATCH 10/19] Update progress --- progress.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/progress.json b/progress.json index 5a2d09c093..65b7d9811a 100644 --- a/progress.json +++ b/progress.json @@ -113,5 +113,15 @@ "Great work fetching and pulling different upstreams!" ], "status": "Completed" + }, + { + "exercise_name": "view-commits", + "started_at": 1786892958.558822, + "completed_at": 1786892963.557536, + "comments": [ + "Answer for In February, who was replaced in the Wednesday duty roster? is not right.", + "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 7c59cbc4a0a9b4a54d08da1130b06bbb83231952 Mon Sep 17 00:00:00 2001 From: Yang Jie <254612143+yangjieloh@users.noreply.github.com> Date: Sun, 16 Aug 2026 23:17:14 +0800 Subject: [PATCH 11/19] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index 65b7d9811a..f8b5eb91fe 100644 --- a/progress.json +++ b/progress.json @@ -123,5 +123,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": 1786893431.540467, + "completed_at": 1786893433.413336, + "comments": [ + "Great work in viewing and understanding the diff of a specific commit!" + ], + "status": "Completed" } ] \ No newline at end of file From 0eba7e4be6d2a452b506007c17261feab84a55e3 Mon Sep 17 00:00:00 2001 From: Yang Jie <254612143+yangjieloh@users.noreply.github.com> Date: Sun, 16 Aug 2026 23:28:15 +0800 Subject: [PATCH 12/19] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index f8b5eb91fe..a59c8f203f 100644 --- a/progress.json +++ b/progress.json @@ -132,5 +132,14 @@ "Great work in viewing and understanding the diff of a specific commit!" ], "status": "Completed" + }, + { + "exercise_name": "tags-add", + "started_at": 1786894093.188198, + "completed_at": 1786894095.161607, + "comments": [ + "Great work using git tag to annotate various commits in the repository!" + ], + "status": "Completed" } ] \ No newline at end of file From 9b57e552cb750ab8f59554d65564452d1590148e Mon Sep 17 00:00:00 2001 From: Yang Jie <254612143+yangjieloh@users.noreply.github.com> Date: Sun, 16 Aug 2026 23:31:17 +0800 Subject: [PATCH 13/19] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index a59c8f203f..9901ad5c53 100644 --- a/progress.json +++ b/progress.json @@ -141,5 +141,14 @@ "Great work using git tag to annotate various commits in the repository!" ], "status": "Completed" + }, + { + "exercise_name": "tags-update", + "started_at": 1786894274.47688, + "completed_at": 1786894276.61894, + "comments": [ + "Great work! You have successfully updated the tags to point to the correct commits." + ], + "status": "Completed" } ] \ No newline at end of file From 396e9ac15913c213b293e5c4443a2bef99853b4a Mon Sep 17 00:00:00 2001 From: Yang Jie <254612143+yangjieloh@users.noreply.github.com> Date: Sun, 16 Aug 2026 23:34:49 +0800 Subject: [PATCH 14/19] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index 9901ad5c53..09022d42dd 100644 --- a/progress.json +++ b/progress.json @@ -150,5 +150,14 @@ "Great work! You have successfully updated the tags to point to the correct commits." ], "status": "Completed" + }, + { + "exercise_name": "tags-push", + "started_at": 1786894485.336274, + "completed_at": 1786894488.61288, + "comments": [ + "Wonderful! You have successfully synced the local tags with the remote tags!" + ], + "status": "Completed" } ] \ No newline at end of file From c485f95c8ef5e7272ec0129f766304153ea3b35a Mon Sep 17 00:00:00 2001 From: Yang Jie <254612143+yangjieloh@users.noreply.github.com> Date: Sun, 16 Aug 2026 23:49:54 +0800 Subject: [PATCH 15/19] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index 09022d42dd..545328ec05 100644 --- a/progress.json +++ b/progress.json @@ -159,5 +159,14 @@ "Wonderful! You have successfully synced the local tags with the remote tags!" ], "status": "Completed" + }, + { + "exercise_name": "sensors-diff", + "started_at": 1786895391.786747, + "completed_at": 1786895393.780133, + "comments": [ + "Great work comparing commits in git history!" + ], + "status": "Completed" } ] \ No newline at end of file From 4ada6ef290a807c0737262683762f11cad738cd5 Mon Sep 17 00:00:00 2001 From: Yang Jie <254612143+yangjieloh@users.noreply.github.com> Date: Mon, 17 Aug 2026 00:00:25 +0800 Subject: [PATCH 16/19] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index 545328ec05..f90c7adbf6 100644 --- a/progress.json +++ b/progress.json @@ -168,5 +168,14 @@ "Great work comparing commits in git history!" ], "status": "Completed" + }, + { + "exercise_name": "sensors-checkout", + "started_at": 1786896022.550256, + "completed_at": 1786896024.476538, + "comments": [ + "Great work traversing the revision history!" + ], + "status": "Completed" } ] \ No newline at end of file From fd9791b913d4a3c6cf43523c52ef6523147a443b Mon Sep 17 00:00:00 2001 From: Yang Jie <254612143+yangjieloh@users.noreply.github.com> Date: Mon, 17 Aug 2026 00:22:31 +0800 Subject: [PATCH 17/19] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index f90c7adbf6..6f30b7ecca 100644 --- a/progress.json +++ b/progress.json @@ -177,5 +177,14 @@ "Great work traversing the revision history!" ], "status": "Completed" + }, + { + "exercise_name": "sensors-reset", + "started_at": 1786897348.871075, + "completed_at": 1786897350.571315, + "comments": [ + "You have reset the repository to the correct state!" + ], + "status": "Completed" } ] \ No newline at end of file From 8c95abe08cd4db4a40902f77df98b8c26f4eea36 Mon Sep 17 00:00:00 2001 From: Yang Jie <254612143+yangjieloh@users.noreply.github.com> Date: Mon, 17 Aug 2026 00:30:49 +0800 Subject: [PATCH 18/19] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index 6f30b7ecca..ab379ef02d 100644 --- a/progress.json +++ b/progress.json @@ -186,5 +186,14 @@ "You have reset the repository to the correct state!" ], "status": "Completed" + }, + { + "exercise_name": "sensors-revert", + "started_at": 1786897846.886393, + "completed_at": 1786897848.460393, + "comments": [ + "Good work reverting commits!" + ], + "status": "Completed" } ] \ No newline at end of file From 91a419d01e5c368765c7a8672ca365552baf7d4b Mon Sep 17 00:00:00 2001 From: Yang Jie <254612143+yangjieloh@users.noreply.github.com> Date: Mon, 17 Aug 2026 10:37:28 +0800 Subject: [PATCH 19/19] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index ab379ef02d..9f10b45436 100644 --- a/progress.json +++ b/progress.json @@ -195,5 +195,14 @@ "Good work reverting commits!" ], "status": "Completed" + }, + { + "exercise_name": "staging-intervention", + "started_at": 1786934245.978105, + "completed_at": 1786934247.89371, + "comments": [ + "Great work! You have successfully fixed the attendance system!" + ], + "status": "Completed" } ] \ No newline at end of file