From 34c9d976020ad8663a083c44615b065c76c0999d Mon Sep 17 00:00:00 2001 From: jiahw4ng <169117299+jiahw4ng@users.noreply.github.com> Date: Thu, 20 Aug 2026 19:03:14 +0800 Subject: [PATCH 01/17] Sync progress with local machine --- progress.json | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 progress.json diff --git a/progress.json b/progress.json new file mode 100644 index 0000000000..0ecc2ad7f4 --- /dev/null +++ b/progress.json @@ -0,0 +1,36 @@ +[ + { + "exercise_name": "grocery-shopping", + "started_at": 1787221689.599725, + "completed_at": 1787221691.370574, + "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": 1787222661.218856, + "completed_at": 1787222662.915371, + "comments": [], + "status": "Completed" + }, + { + "exercise_name": "stage-fright", + "started_at": 1787221344.357456, + "completed_at": 1787221346.229705, + "comments": [ + "Great work! You have successfully checked in all the actors!" + ], + "status": "Completed" + }, + { + "exercise_name": "under-control", + "started_at": 1787220914.491937, + "completed_at": 1787220916.168836, + "comments": [ + "You successfully used git init to initialize this folder as a Git repository!" + ], + "status": "Completed" + } +] \ No newline at end of file From c2a2c363a2cd040006d5c51e16b3e2b0419776fa Mon Sep 17 00:00:00 2001 From: jiahw4ng <169117299+jiahw4ng@users.noreply.github.com> Date: Thu, 20 Aug 2026 19:06:47 +0800 Subject: [PATCH 02/17] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index 0ecc2ad7f4..d0b863f07c 100644 --- a/progress.json +++ b/progress.json @@ -32,5 +32,14 @@ "You successfully used git init to initialize this folder as a Git repository!" ], "status": "Completed" + }, + { + "exercise_name": "remote-control", + "started_at": 1787223902.646394, + "completed_at": 1787224006.98685, + "comments": [ + "Great work setting up a public remote repository!" + ], + "status": "Completed" } ] \ No newline at end of file From e020b53683002c976d759a56b330806c256cdbde Mon Sep 17 00:00:00 2001 From: jiahw4ng <169117299+jiahw4ng@users.noreply.github.com> Date: Thu, 20 Aug 2026 19:10:51 +0800 Subject: [PATCH 03/17] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index d0b863f07c..222f4b5a58 100644 --- a/progress.json +++ b/progress.json @@ -41,5 +41,14 @@ "Great work setting up a public remote repository!" ], "status": "Completed" + }, + { + "exercise_name": "link-me", + "started_at": 1787224248.990254, + "completed_at": 1787224250.620945, + "comments": [ + "Great work with using git remote to add an upstream remote!" + ], + "status": "Completed" } ] \ No newline at end of file From 135dc8f83fd87a0b98c1917304cfc36d14161a1f Mon Sep 17 00:00:00 2001 From: jiahw4ng <169117299+jiahw4ng@users.noreply.github.com> Date: Thu, 20 Aug 2026 19:22:24 +0800 Subject: [PATCH 04/17] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index 222f4b5a58..721cd85eec 100644 --- a/progress.json +++ b/progress.json @@ -50,5 +50,14 @@ "Great work with using git remote to add an upstream remote!" ], "status": "Completed" + }, + { + "exercise_name": "push-over", + "started_at": 1787224938.979965, + "completed_at": 1787224943.628182, + "comments": [ + "Great work pushing changes to the remote!" + ], + "status": "Completed" } ] \ No newline at end of file From 900adf62c05d07149e6fc13ed9ec001c1c58a7e3 Mon Sep 17 00:00:00 2001 From: jiahw4ng <169117299+jiahw4ng@users.noreply.github.com> Date: Thu, 20 Aug 2026 19:26:46 +0800 Subject: [PATCH 05/17] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index 721cd85eec..53c28a3e95 100644 --- a/progress.json +++ b/progress.json @@ -59,5 +59,14 @@ "Great work pushing changes to the remote!" ], "status": "Completed" + }, + { + "exercise_name": "ignoring-somethings", + "started_at": 1787225200.543606, + "completed_at": 1787225205.709286, + "comments": [ + "Great work using .gitignore!" + ], + "status": "Completed" } ] \ No newline at end of file From ce4c59588346ff0093631c6f2a07e78fae41a5b5 Mon Sep 17 00:00:00 2001 From: jiahw4ng <169117299+jiahw4ng@users.noreply.github.com> Date: Fri, 21 Aug 2026 11:49:05 +0800 Subject: [PATCH 06/17] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index 53c28a3e95..61650e3346 100644 --- a/progress.json +++ b/progress.json @@ -68,5 +68,14 @@ "Great work using .gitignore!" ], "status": "Completed" + }, + { + "exercise_name": "fork-repo", + "started_at": 1787284141.558077, + "completed_at": 1787284144.612036, + "comments": [ + "Great work creating a fork with Github!" + ], + "status": "Completed" } ] \ No newline at end of file From 753ea573a944c26745c6f06dfa5700cba3d8cc39 Mon Sep 17 00:00:00 2001 From: jiahw4ng <169117299+jiahw4ng@users.noreply.github.com> Date: Fri, 21 Aug 2026 11:57:59 +0800 Subject: [PATCH 07/17] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index 61650e3346..36b0ac648a 100644 --- a/progress.json +++ b/progress.json @@ -77,5 +77,14 @@ "Great work creating a fork with Github!" ], "status": "Completed" + }, + { + "exercise_name": "clone-repo", + "started_at": 1787284675.587552, + "completed_at": 1787284679.039181, + "comments": [ + "Great work creating a clone of a fork from Github!" + ], + "status": "Completed" } ] \ No newline at end of file From 561b7b553e5eafaaad103b96025a874ce260d9e1 Mon Sep 17 00:00:00 2001 From: jiahw4ng <169117299+jiahw4ng@users.noreply.github.com> Date: Fri, 21 Aug 2026 12:07:21 +0800 Subject: [PATCH 08/17] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index 36b0ac648a..cee318455a 100644 --- a/progress.json +++ b/progress.json @@ -86,5 +86,14 @@ "Great work creating a clone of a fork from Github!" ], "status": "Completed" + }, + { + "exercise_name": "fetch-and-pull", + "started_at": 1787285239.781151, + "completed_at": 1787285241.440397, + "comments": [ + "Great work fetching and pulling different upstreams!" + ], + "status": "Completed" } ] \ No newline at end of file From 5d46bc8ec81c296118b8f3f7a56fc0dc1fe8c32b Mon Sep 17 00:00:00 2001 From: jiahw4ng <169117299+jiahw4ng@users.noreply.github.com> Date: Fri, 21 Aug 2026 12:31:18 +0800 Subject: [PATCH 09/17] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index cee318455a..35881a5f27 100644 --- a/progress.json +++ b/progress.json @@ -95,5 +95,14 @@ "Great work fetching and pulling different upstreams!" ], "status": "Completed" + }, + { + "exercise_name": "view-commits", + "started_at": 1787286676.484654, + "completed_at": 1787286678.121321, + "comments": [ + "Great work in viewing and understanding the diff of a specific commit!" + ], + "status": "Completed" } ] \ No newline at end of file From 83e42bd56a9efe5d17b794057a729177480926aa Mon Sep 17 00:00:00 2001 From: jiahw4ng <169117299+jiahw4ng@users.noreply.github.com> Date: Fri, 21 Aug 2026 12:39:37 +0800 Subject: [PATCH 10/17] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index 35881a5f27..d1fb724f94 100644 --- a/progress.json +++ b/progress.json @@ -104,5 +104,14 @@ "Great work in viewing and understanding the diff of a specific commit!" ], "status": "Completed" + }, + { + "exercise_name": "tags-add", + "started_at": 1787287174.855349, + "completed_at": 1787287176.528147, + "comments": [ + "Great work using git tag to annotate various commits in the repository!" + ], + "status": "Completed" } ] \ No newline at end of file From fdd4974bf1bb63bce13113cb6abe7790b31dcdd7 Mon Sep 17 00:00:00 2001 From: jiahw4ng <169117299+jiahw4ng@users.noreply.github.com> Date: Fri, 21 Aug 2026 12:50:39 +0800 Subject: [PATCH 11/17] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index d1fb724f94..095f304080 100644 --- a/progress.json +++ b/progress.json @@ -113,5 +113,14 @@ "Great work using git tag to annotate various commits in the repository!" ], "status": "Completed" + }, + { + "exercise_name": "tags-update", + "started_at": 1787287836.768003, + "completed_at": 1787287838.465627, + "comments": [ + "Great work! You have successfully updated the tags to point to the correct commits." + ], + "status": "Completed" } ] \ No newline at end of file From 773b51b766561777fda08789b30c28dcb20eb49f Mon Sep 17 00:00:00 2001 From: jiahw4ng <169117299+jiahw4ng@users.noreply.github.com> Date: Fri, 21 Aug 2026 12:51:12 +0800 Subject: [PATCH 12/17] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index 095f304080..16d01a007c 100644 --- a/progress.json +++ b/progress.json @@ -122,5 +122,14 @@ "Great work! You have successfully updated the tags to point to the correct commits." ], "status": "Completed" + }, + { + "exercise_name": "tags-update", + "started_at": 1787287870.021974, + "completed_at": 1787287871.683855, + "comments": [ + "Great work! You have successfully updated the tags to point to the correct commits." + ], + "status": "Completed" } ] \ No newline at end of file From 67dba15a7d59c17fd4dd47650870de3d711347cd Mon Sep 17 00:00:00 2001 From: jiahw4ng <169117299+jiahw4ng@users.noreply.github.com> Date: Fri, 21 Aug 2026 12:54:48 +0800 Subject: [PATCH 13/17] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index 16d01a007c..219dcd8fec 100644 --- a/progress.json +++ b/progress.json @@ -131,5 +131,14 @@ "Great work! You have successfully updated the tags to point to the correct commits." ], "status": "Completed" + }, + { + "exercise_name": "tags-push", + "started_at": 1787288083.173724, + "completed_at": 1787288088.309429, + "comments": [ + "Wonderful! You have successfully synced the local tags with the remote tags!" + ], + "status": "Completed" } ] \ No newline at end of file From 4f00a7c68aaa1c0f6d9de4663d5267e51d4dc2b8 Mon Sep 17 00:00:00 2001 From: jiahw4ng <169117299+jiahw4ng@users.noreply.github.com> Date: Fri, 21 Aug 2026 14:43:51 +0800 Subject: [PATCH 14/17] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index 219dcd8fec..53ee7f0579 100644 --- a/progress.json +++ b/progress.json @@ -140,5 +140,14 @@ "Wonderful! You have successfully synced the local tags with the remote tags!" ], "status": "Completed" + }, + { + "exercise_name": "sensors-diff", + "started_at": 1787294629.141837, + "completed_at": 1787294630.831452, + "comments": [ + "Great work comparing commits in git history!" + ], + "status": "Completed" } ] \ No newline at end of file From 8e9a22c3afc4adb7f5468377f122f61dea5986f9 Mon Sep 17 00:00:00 2001 From: jiahw4ng <169117299+jiahw4ng@users.noreply.github.com> Date: Fri, 21 Aug 2026 15:04:04 +0800 Subject: [PATCH 15/17] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index 53ee7f0579..980f689171 100644 --- a/progress.json +++ b/progress.json @@ -149,5 +149,14 @@ "Great work comparing commits in git history!" ], "status": "Completed" + }, + { + "exercise_name": "sensors-checkout", + "started_at": 1787295842.363115, + "completed_at": 1787295844.05622, + "comments": [ + "Great work traversing the revision history!" + ], + "status": "Completed" } ] \ No newline at end of file From 3fb94d68bfab01b2fc7b7e1115a0f4a742204616 Mon Sep 17 00:00:00 2001 From: jiahw4ng <169117299+jiahw4ng@users.noreply.github.com> Date: Fri, 21 Aug 2026 15:14:14 +0800 Subject: [PATCH 16/17] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index 980f689171..37aa5eeb72 100644 --- a/progress.json +++ b/progress.json @@ -158,5 +158,14 @@ "Great work traversing the revision history!" ], "status": "Completed" + }, + { + "exercise_name": "sensors-reset", + "started_at": 1787296451.557788, + "completed_at": 1787296453.572524, + "comments": [ + "You have reset the repository to the correct state!" + ], + "status": "Completed" } ] \ No newline at end of file From e907899a8cd7104b54bf22b88267a132c3904d39 Mon Sep 17 00:00:00 2001 From: jiahw4ng <169117299+jiahw4ng@users.noreply.github.com> Date: Fri, 21 Aug 2026 15:26:29 +0800 Subject: [PATCH 17/17] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index 37aa5eeb72..2d70871b72 100644 --- a/progress.json +++ b/progress.json @@ -167,5 +167,14 @@ "You have reset the repository to the correct state!" ], "status": "Completed" + }, + { + "exercise_name": "sensors-revert", + "started_at": 1787297186.776937, + "completed_at": 1787297188.649585, + "comments": [ + "Good work reverting commits!" + ], + "status": "Completed" } ] \ No newline at end of file