From 876bec0b8d94c4c7dccd2db42c0df03fefe8114b Mon Sep 17 00:00:00 2001 From: reyestyh <194571620+reyestyh@users.noreply.github.com> Date: Mon, 19 Jan 2026 20:06:27 +0800 Subject: [PATCH 01/19] Sync progress with local machine --- progress.json | 54 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 progress.json diff --git a/progress.json b/progress.json new file mode 100644 index 000000000..92e44180d --- /dev/null +++ b/progress.json @@ -0,0 +1,54 @@ +[ + { + "exercise_name": "grocery-shopping", + "started_at": 1768641932.12782, + "completed_at": 1768641934.273112, + "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": 1768643057.876282, + "completed_at": 1768643059.926521, + "comments": [], + "status": "Completed" + }, + { + "exercise_name": "stage-fright", + "started_at": 1768639840.021879, + "completed_at": 1768639841.997835, + "comments": [ + "Great work! You have successfully checked in all the actors!" + ], + "status": "Completed" + }, + { + "exercise_name": "staging-intervention", + "started_at": 1768641447.444161, + "completed_at": 1768641449.583594, + "comments": [ + "Great work! You have successfully fixed the attendance system!" + ], + "status": "Completed" + }, + { + "exercise_name": "under-control", + "started_at": 1768638912.325469, + "completed_at": 1768638914.082749, + "comments": [ + "You successfully used git init to initialize this folder as a Git repository!" + ], + "status": "Completed" + }, + { + "exercise_name": "undo-init", + "started_at": 1768638983.44141, + "completed_at": 1768638985.227405, + "comments": [ + "You have successfully undone the init operation!" + ], + "status": "Completed" + } +] \ No newline at end of file From 898c497a3327afb1d69093c692d0365d6b125cac Mon Sep 17 00:00:00 2001 From: reyestyh <194571620+reyestyh@users.noreply.github.com> Date: Mon, 19 Jan 2026 20:10:27 +0800 Subject: [PATCH 02/19] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index 92e44180d..0bd1952b5 100644 --- a/progress.json +++ b/progress.json @@ -50,5 +50,14 @@ "You have successfully undone the init operation!" ], "status": "Completed" + }, + { + "exercise_name": "remote-control", + "started_at": 1768824542.33733, + "completed_at": 1768824626.327516, + "comments": [ + "Great work setting up a public remote repository!" + ], + "status": "Completed" } ] \ No newline at end of file From 03b1983060188bfebe3c6830ac754d22bc3d55dc Mon Sep 17 00:00:00 2001 From: reyestyh <194571620+reyestyh@users.noreply.github.com> Date: Mon, 19 Jan 2026 20:19:15 +0800 Subject: [PATCH 03/19] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index 0bd1952b5..002853313 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": 1768825151.476415, + "completed_at": 1768825154.178202, + "comments": [ + "Great work with using git remote to add an upstream remote!" + ], + "status": "Completed" } ] \ No newline at end of file From 014bd4bc61c69367f6180e269191dba23905a52b Mon Sep 17 00:00:00 2001 From: reyestyh <194571620+reyestyh@users.noreply.github.com> Date: Mon, 19 Jan 2026 20:31:18 +0800 Subject: [PATCH 04/19] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index 002853313..f4aaa2599 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": 1768825873.57587, + "completed_at": 1768825877.443271, + "comments": [ + "Great work pushing changes to the remote!" + ], + "status": "Completed" } ] \ No newline at end of file From 7fe4432864c6b4497a81abcf5ca572c14fa079e7 Mon Sep 17 00:00:00 2001 From: reyestyh <194571620+reyestyh@users.noreply.github.com> Date: Mon, 19 Jan 2026 20:46:37 +0800 Subject: [PATCH 05/19] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index f4aaa2599..f604f396d 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": 1768826783.901173, + "completed_at": 1768826796.290371, + "comments": [ + "Great work using .gitignore!" + ], + "status": "Completed" } ] \ No newline at end of file From 70dc10187eea284ae8c75833693a7c0d3b2ef7dc Mon Sep 17 00:00:00 2001 From: reyestyh <194571620+reyestyh@users.noreply.github.com> Date: Mon, 19 Jan 2026 20:56:17 +0800 Subject: [PATCH 06/19] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index f604f396d..a1fe6191b 100644 --- a/progress.json +++ b/progress.json @@ -86,5 +86,14 @@ "Great work using .gitignore!" ], "status": "Completed" + }, + { + "exercise_name": "fork-repo", + "started_at": 1768827371.902906, + "completed_at": 1768827376.963999, + "comments": [ + "Great work creating a fork with Github!" + ], + "status": "Completed" } ] \ No newline at end of file From 47794385c3f82fc881e6e56c652b41fe756e2c9c Mon Sep 17 00:00:00 2001 From: reyestyh <194571620+reyestyh@users.noreply.github.com> Date: Mon, 19 Jan 2026 21:00:45 +0800 Subject: [PATCH 07/19] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index a1fe6191b..3a6caddcb 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": 1768827637.112412, + "completed_at": 1768827644.219222, + "comments": [ + "The remote 'origin' is missing!" + ], + "status": "Incomplete" } ] \ No newline at end of file From 55dd9fe1656aa6415131b2f898c34e411893486f Mon Sep 17 00:00:00 2001 From: reyestyh <194571620+reyestyh@users.noreply.github.com> Date: Mon, 19 Jan 2026 21:01:33 +0800 Subject: [PATCH 08/19] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index 3a6caddcb..2fb7a694f 100644 --- a/progress.json +++ b/progress.json @@ -104,5 +104,14 @@ "The remote 'origin' is missing!" ], "status": "Incomplete" + }, + { + "exercise_name": "clone-repo", + "started_at": 1768827685.046214, + "completed_at": 1768827692.149434, + "comments": [ + "The origin remote does not point to your fork!" + ], + "status": "Incomplete" } ] \ No newline at end of file From d88ae617ae7f37d1dde5a2710056361f99083e6d Mon Sep 17 00:00:00 2001 From: reyestyh <194571620+reyestyh@users.noreply.github.com> Date: Mon, 19 Jan 2026 21:02:33 +0800 Subject: [PATCH 09/19] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index 2fb7a694f..f37bcfa43 100644 --- a/progress.json +++ b/progress.json @@ -113,5 +113,14 @@ "The origin remote does not point to your fork!" ], "status": "Incomplete" + }, + { + "exercise_name": "clone-repo", + "started_at": 1768827748.138748, + "completed_at": 1768827753.218264, + "comments": [ + "Great work creating a clone of a fork from Github!" + ], + "status": "Completed" } ] \ No newline at end of file From d2b47e147e1439a712d70b13e41fee7e62e53ebf Mon Sep 17 00:00:00 2001 From: reyestyh <194571620+reyestyh@users.noreply.github.com> Date: Mon, 19 Jan 2026 21:23:17 +0800 Subject: [PATCH 10/19] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index f37bcfa43..19368c748 100644 --- a/progress.json +++ b/progress.json @@ -122,5 +122,14 @@ "Great work creating a clone of a fork from Github!" ], "status": "Completed" + }, + { + "exercise_name": "fetch-and-pull", + "started_at": 1768828993.490459, + "completed_at": 1768828996.383381, + "comments": [ + "Great work fetching and pulling different upstreams!" + ], + "status": "Completed" } ] \ No newline at end of file From a90370635698fb153af0b62c5cdf0a654c53d2af Mon Sep 17 00:00:00 2001 From: reyestyh <194571620+reyestyh@users.noreply.github.com> Date: Tue, 20 Jan 2026 13:13:11 +0800 Subject: [PATCH 11/19] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index 19368c748..e18fbe12b 100644 --- a/progress.json +++ b/progress.json @@ -131,5 +131,14 @@ "Great work fetching and pulling different upstreams!" ], "status": "Completed" + }, + { + "exercise_name": "view-commits", + "started_at": 1768885988.971772, + "completed_at": 1768885990.929348, + "comments": [ + "Great work in viewing and understanding the diff of a specific commit!" + ], + "status": "Completed" } ] \ No newline at end of file From 8fb571d72664bde30f11b912918c3670ae90f923 Mon Sep 17 00:00:00 2001 From: reyestyh <194571620+reyestyh@users.noreply.github.com> Date: Tue, 20 Jan 2026 13:31:20 +0800 Subject: [PATCH 12/19] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index e18fbe12b..a1500c041 100644 --- a/progress.json +++ b/progress.json @@ -140,5 +140,14 @@ "Great work in viewing and understanding the diff of a specific commit!" ], "status": "Completed" + }, + { + "exercise_name": "tags-add", + "started_at": 1768887076.861126, + "completed_at": 1768887079.051706, + "comments": [ + "Great work using git tag to annotate various commits in the repository!" + ], + "status": "Completed" } ] \ No newline at end of file From f6eb02e4c6bfff61867d68921a13033032c74d34 Mon Sep 17 00:00:00 2001 From: reyestyh <194571620+reyestyh@users.noreply.github.com> Date: Tue, 20 Jan 2026 13:33:32 +0800 Subject: [PATCH 13/19] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index a1500c041..8b7fa5731 100644 --- a/progress.json +++ b/progress.json @@ -149,5 +149,14 @@ "Great work using git tag to annotate various commits in the repository!" ], "status": "Completed" + }, + { + "exercise_name": "tags-update", + "started_at": 1768887209.620619, + "completed_at": 1768887211.934125, + "comments": [ + "Great work! You have successfully updated the tags to point to the correct commits." + ], + "status": "Completed" } ] \ No newline at end of file From c4e68e447357fe6dd70c2f871014b59cf1de6eba Mon Sep 17 00:00:00 2001 From: reyestyh <194571620+reyestyh@users.noreply.github.com> Date: Tue, 20 Jan 2026 13:36:37 +0800 Subject: [PATCH 14/19] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index 8b7fa5731..4ac58f5de 100644 --- a/progress.json +++ b/progress.json @@ -158,5 +158,14 @@ "Great work! You have successfully updated the tags to point to the correct commits." ], "status": "Completed" + }, + { + "exercise_name": "tags-push", + "started_at": 1768887392.597908, + "completed_at": 1768887396.026287, + "comments": [ + "Wonderful! You have successfully synced the local tags with the remote tags!" + ], + "status": "Completed" } ] \ No newline at end of file From 5f466d9e2ec2c5c0b8265a6e86c7dcdfc6113b26 Mon Sep 17 00:00:00 2001 From: reyestyh <194571620+reyestyh@users.noreply.github.com> Date: Tue, 20 Jan 2026 14:39:16 +0800 Subject: [PATCH 15/19] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index 4ac58f5de..37d0c64fb 100644 --- a/progress.json +++ b/progress.json @@ -167,5 +167,14 @@ "Wonderful! You have successfully synced the local tags with the remote tags!" ], "status": "Completed" + }, + { + "exercise_name": "sensors-diff", + "started_at": 1768891151.206819, + "completed_at": 1768891155.213653, + "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 ad83033b6b8121e74271db74f821e779beb36f3b Mon Sep 17 00:00:00 2001 From: reyestyh <194571620+reyestyh@users.noreply.github.com> Date: Tue, 20 Jan 2026 14:40:23 +0800 Subject: [PATCH 16/19] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index 37d0c64fb..d3d784568 100644 --- a/progress.json +++ b/progress.json @@ -176,5 +176,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": 1768891221.033388, + "completed_at": 1768891222.954041, + "comments": [ + "Great work comparing commits in git history!" + ], + "status": "Completed" } ] \ No newline at end of file From 83ff450ece83a39d184fb2067529d745e7176511 Mon Sep 17 00:00:00 2001 From: reyestyh <194571620+reyestyh@users.noreply.github.com> Date: Tue, 20 Jan 2026 14:54:16 +0800 Subject: [PATCH 17/19] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index d3d784568..3abd74a5f 100644 --- a/progress.json +++ b/progress.json @@ -185,5 +185,14 @@ "Great work comparing commits in git history!" ], "status": "Completed" + }, + { + "exercise_name": "sensors-checkout", + "started_at": 1768892053.542786, + "completed_at": 1768892055.343535, + "comments": [ + "Great work traversing the revision history!" + ], + "status": "Completed" } ] \ No newline at end of file From 8e690905f8f5446cee652714bb0bd5da169366ea Mon Sep 17 00:00:00 2001 From: reyestyh <194571620+reyestyh@users.noreply.github.com> Date: Tue, 20 Jan 2026 15:19:26 +0800 Subject: [PATCH 18/19] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index 3abd74a5f..a58dc6eb5 100644 --- a/progress.json +++ b/progress.json @@ -194,5 +194,14 @@ "Great work traversing the revision history!" ], "status": "Completed" + }, + { + "exercise_name": "sensors-reset", + "started_at": 1768893562.919329, + "completed_at": 1768893565.099961, + "comments": [ + "You have reset the repository to the correct state!" + ], + "status": "Completed" } ] \ No newline at end of file From 0ec42cfa148fb501dfb279bfa4de1df3124bc576 Mon Sep 17 00:00:00 2001 From: reyestyh <194571620+reyestyh@users.noreply.github.com> Date: Tue, 20 Jan 2026 15:36:06 +0800 Subject: [PATCH 19/19] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index a58dc6eb5..7b8664fe2 100644 --- a/progress.json +++ b/progress.json @@ -203,5 +203,14 @@ "You have reset the repository to the correct state!" ], "status": "Completed" + }, + { + "exercise_name": "sensors-revert", + "started_at": 1768894562.932222, + "completed_at": 1768894565.070289, + "comments": [ + "Good work reverting commits!" + ], + "status": "Completed" } ] \ No newline at end of file