From 40483f533d6a36d3815a5f4a6e64a3de8ebc1c4a Mon Sep 17 00:00:00 2001 From: geraldnyeo Date: Fri, 21 Aug 2026 17:23:38 +0800 Subject: [PATCH 01/10] Sync progress with local machine --- progress.json | 83 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 83 insertions(+) create mode 100644 progress.json diff --git a/progress.json b/progress.json new file mode 100644 index 0000000000..2c0763ae2b --- /dev/null +++ b/progress.json @@ -0,0 +1,83 @@ +[ + { + "exercise_name": "grocery-shopping", + "started_at": 1786796468.783827, + "completed_at": 1786796471.571645, + "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": 1787135178.798839, + "completed_at": 1787135190.881078, + "comments": [ + "You are not ignoring runaway.txt. Find where the file is and fix that." + ], + "status": "Incomplete" + }, + { + "exercise_name": "link-me", + "started_at": 1787133478.993041, + "completed_at": 1787133482.802137, + "comments": [ + "Great work with using git remote to add an upstream remote!" + ], + "status": "Completed" + }, + { + "exercise_name": "push-over", + "started_at": 1787133987.231534, + "completed_at": 1787133992.311053, + "comments": [ + "Great work pushing changes to the remote!" + ], + "status": "Completed" + }, + { + "exercise_name": "remote-control", + "started_at": 1787132944.337441, + "completed_at": 1787133009.052327, + "comments": [ + "That is not the right Github url!" + ], + "status": "Incomplete" + }, + { + "exercise_name": "remote-control", + "started_at": 1787133037.973715, + "completed_at": 1787133050.873671, + "comments": [ + "That is not the right Github url!" + ], + "status": "Incomplete" + }, + { + "exercise_name": "remote-control", + "started_at": 1787133069.859455, + "completed_at": 1787133083.594643, + "comments": [ + "Great work setting up a public remote repository!" + ], + "status": "Completed" + }, + { + "exercise_name": "stage-fright", + "started_at": 1786796102.237162, + "completed_at": 1786796104.7011, + "comments": [ + "Great work! You have successfully checked in all the actors!" + ], + "status": "Completed" + }, + { + "exercise_name": "under-control", + "started_at": 1786795813.856883, + "completed_at": 1786795816.280497, + "comments": [ + "You successfully used git init to initialize this folder as a Git repository!" + ], + "status": "Completed" + } +] \ No newline at end of file From 8bc772fb70d71878169d6b425ceedc55d4e5dbef Mon Sep 17 00:00:00 2001 From: geraldnyeo Date: Sat, 22 Aug 2026 12:12:34 +0800 Subject: [PATCH 02/10] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index 2c0763ae2b..270ffadd3a 100644 --- a/progress.json +++ b/progress.json @@ -79,5 +79,14 @@ "You successfully used git init to initialize this folder as a Git repository!" ], "status": "Completed" + }, + { + "exercise_name": "fork-repo", + "started_at": 1787371949.340289, + "completed_at": 1787371953.917237, + "comments": [ + "Great work creating a fork with Github!" + ], + "status": "Completed" } ] \ No newline at end of file From eae7d7c688d3ab475cec8098824f7658583935bf Mon Sep 17 00:00:00 2001 From: geraldnyeo Date: Sat, 22 Aug 2026 12:15:08 +0800 Subject: [PATCH 03/10] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index 270ffadd3a..62980d1112 100644 --- a/progress.json +++ b/progress.json @@ -88,5 +88,14 @@ "Great work creating a fork with Github!" ], "status": "Completed" + }, + { + "exercise_name": "clone-repo", + "started_at": 1787372103.61299, + "completed_at": 1787372108.061232, + "comments": [ + "Great work creating a clone of a fork from Github!" + ], + "status": "Completed" } ] \ No newline at end of file From 5b8b0596d8d796cfc6b4fc0cbb743d19973bd7f9 Mon Sep 17 00:00:00 2001 From: geraldnyeo Date: Sat, 22 Aug 2026 14:51:38 +0800 Subject: [PATCH 04/10] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index 62980d1112..a43f47c35b 100644 --- a/progress.json +++ b/progress.json @@ -97,5 +97,14 @@ "Great work creating a clone of a fork from Github!" ], "status": "Completed" + }, + { + "exercise_name": "fetch-and-pull", + "started_at": 1787381494.733014, + "completed_at": 1787381497.310365, + "comments": [ + "Great work fetching and pulling different upstreams!" + ], + "status": "Completed" } ] \ No newline at end of file From 825110dfe309b4f181e33f33018955f14b146a5a Mon Sep 17 00:00:00 2001 From: geraldnyeo Date: Sat, 22 Aug 2026 14:58:35 +0800 Subject: [PATCH 05/10] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index a43f47c35b..b231c39fb8 100644 --- a/progress.json +++ b/progress.json @@ -106,5 +106,14 @@ "Great work fetching and pulling different upstreams!" ], "status": "Completed" + }, + { + "exercise_name": "view-commits", + "started_at": 1787381910.176763, + "completed_at": 1787381914.29702, + "comments": [ + "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 2e73432303a78e1d4722c0bc9bd2039020a6eb91 Mon Sep 17 00:00:00 2001 From: geraldnyeo Date: Sat, 22 Aug 2026 14:59:15 +0800 Subject: [PATCH 06/10] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index b231c39fb8..ab7d9b2e5b 100644 --- a/progress.json +++ b/progress.json @@ -115,5 +115,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": 1787381952.877899, + "completed_at": 1787381955.008071, + "comments": [ + "Great work in viewing and understanding the diff of a specific commit!" + ], + "status": "Completed" } ] \ No newline at end of file From 3684e7876da47bcc226b49292e09101326c10f58 Mon Sep 17 00:00:00 2001 From: geraldnyeo Date: Sat, 22 Aug 2026 15:02:57 +0800 Subject: [PATCH 07/10] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index ab7d9b2e5b..ca4a0c327e 100644 --- a/progress.json +++ b/progress.json @@ -124,5 +124,14 @@ "Great work in viewing and understanding the diff of a specific commit!" ], "status": "Completed" + }, + { + "exercise_name": "tags-add", + "started_at": 1787382172.403225, + "completed_at": 1787382176.378853, + "comments": [ + "\"first-pilot\" should point to the first commit." + ], + "status": "Incomplete" } ] \ No newline at end of file From 264bf6c29489afe356eebebb9679309eea107f28 Mon Sep 17 00:00:00 2001 From: geraldnyeo Date: Sat, 22 Aug 2026 15:03:38 +0800 Subject: [PATCH 08/10] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index ca4a0c327e..1ee58437e9 100644 --- a/progress.json +++ b/progress.json @@ -133,5 +133,14 @@ "\"first-pilot\" should point to the first commit." ], "status": "Incomplete" + }, + { + "exercise_name": "tags-add", + "started_at": 1787382214.181091, + "completed_at": 1787382216.844768, + "comments": [ + "Great work using git tag to annotate various commits in the repository!" + ], + "status": "Completed" } ] \ No newline at end of file From 33d5b0cd93d1bf093c4114723ad7b99a727b1ec7 Mon Sep 17 00:00:00 2001 From: geraldnyeo Date: Sat, 22 Aug 2026 15:05:37 +0800 Subject: [PATCH 09/10] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index 1ee58437e9..8f883605b8 100644 --- a/progress.json +++ b/progress.json @@ -142,5 +142,14 @@ "Great work using git tag to annotate various commits in the repository!" ], "status": "Completed" + }, + { + "exercise_name": "tags-update", + "started_at": 1787382334.449029, + "completed_at": 1787382336.876495, + "comments": [ + "Great work! You have successfully updated the tags to point to the correct commits." + ], + "status": "Completed" } ] \ No newline at end of file From e6708f2d1dd8d6d26b4e2ab75b47c5f13ae23c1e Mon Sep 17 00:00:00 2001 From: geraldnyeo Date: Sat, 22 Aug 2026 15:09:11 +0800 Subject: [PATCH 10/10] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index 8f883605b8..3218663ffb 100644 --- a/progress.json +++ b/progress.json @@ -151,5 +151,14 @@ "Great work! You have successfully updated the tags to point to the correct commits." ], "status": "Completed" + }, + { + "exercise_name": "tags-push", + "started_at": 1787382546.671516, + "completed_at": 1787382550.282976, + "comments": [ + "Wonderful! You have successfully synced the local tags with the remote tags!" + ], + "status": "Completed" } ] \ No newline at end of file