From 2f18b2f8735530191f1454d51809ae46f4a43725 Mon Sep 17 00:00:00 2001 From: Hendrick Date: Thu, 20 Aug 2026 22:59:12 +0800 Subject: [PATCH 01/11] 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..99bed2da8e --- /dev/null +++ b/progress.json @@ -0,0 +1,36 @@ +[ + { + "exercise_name": "grocery-shopping", + "started_at": 1787226583.765322, + "completed_at": 1787226585.937664, + "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": 1787228544.28278, + "completed_at": 1787228546.374252, + "comments": [], + "status": "Completed" + }, + { + "exercise_name": "stage-fright", + "started_at": 1787225667.053067, + "completed_at": 1787225668.894445, + "comments": [ + "Great work! You have successfully checked in all the actors!" + ], + "status": "Completed" + }, + { + "exercise_name": "under-control", + "started_at": 1787220406.788948, + "completed_at": 1787220409.220734, + "comments": [ + "You successfully used git init to initialize this folder as a Git repository!" + ], + "status": "Completed" + } +] \ No newline at end of file From 382cbd7c3a05e2394c12ccdbe6ef507eea5ac666 Mon Sep 17 00:00:00 2001 From: Hendrick Date: Thu, 20 Aug 2026 23:14:42 +0800 Subject: [PATCH 02/11] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index 99bed2da8e..89e4455031 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": 1787238794.860563, + "completed_at": 1787238881.713678, + "comments": [ + "Great work setting up a public remote repository!" + ], + "status": "Completed" } ] \ No newline at end of file From bd2f3cacdda78992fe453461f03d31d0425f9c24 Mon Sep 17 00:00:00 2001 From: Hendrick Date: Thu, 20 Aug 2026 23:46:26 +0800 Subject: [PATCH 03/11] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index 89e4455031..be79caadea 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": 1787240782.798395, + "completed_at": 1787240785.289101, + "comments": [ + "Great work with using git remote to add an upstream remote!" + ], + "status": "Completed" } ] \ No newline at end of file From f513667e86a116630eb0a362758063aa180d4f29 Mon Sep 17 00:00:00 2001 From: Hendrick Date: Fri, 21 Aug 2026 16:43:42 +0800 Subject: [PATCH 04/11] Update progress --- progress.json | 35 ++++++++++++++++++++++------------- 1 file changed, 22 insertions(+), 13 deletions(-) diff --git a/progress.json b/progress.json index be79caadea..6e65778ed8 100644 --- a/progress.json +++ b/progress.json @@ -8,6 +8,15 @@ ], "status": "Completed" }, + { + "exercise_name": "link-me", + "started_at": 1787240782.798395, + "completed_at": 1787240785.289101, + "comments": [ + "Great work with using git remote to add an upstream remote!" + ], + "status": "Completed" + }, { "exercise_name": "log-and-order", "started_at": 1787228544.28278, @@ -15,6 +24,15 @@ "comments": [], "status": "Completed" }, + { + "exercise_name": "remote-control", + "started_at": 1787238794.860563, + "completed_at": 1787238881.713678, + "comments": [ + "Great work setting up a public remote repository!" + ], + "status": "Completed" + }, { "exercise_name": "stage-fright", "started_at": 1787225667.053067, @@ -34,20 +52,11 @@ "status": "Completed" }, { - "exercise_name": "remote-control", - "started_at": 1787238794.860563, - "completed_at": 1787238881.713678, + "exercise_name": "push-over", + "started_at": 1787301819.740292, + "completed_at": 1787301822.224786, "comments": [ - "Great work setting up a public remote repository!" - ], - "status": "Completed" - }, - { - "exercise_name": "link-me", - "started_at": 1787240782.798395, - "completed_at": 1787240785.289101, - "comments": [ - "Great work with using git remote to add an upstream remote!" + "Great work pushing changes to the remote!" ], "status": "Completed" } From f683160c792ad542d9e6ea103d2c8622e72e2a82 Mon Sep 17 00:00:00 2001 From: Hendrick Date: Fri, 21 Aug 2026 17:31:09 +0800 Subject: [PATCH 05/11] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index 6e65778ed8..0396ea6897 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": 1787304660.447483, + "completed_at": 1787304668.692263, + "comments": [ + "You should be using ** to match all subfolders to ignore runaway.txt." + ], + "status": "Incomplete" } ] \ No newline at end of file From 254d62e8ac0776a1bf2a2cfc11c3601f03210732 Mon Sep 17 00:00:00 2001 From: Hendrick Date: Fri, 21 Aug 2026 17:35:36 +0800 Subject: [PATCH 06/11] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index 0396ea6897..f528134226 100644 --- a/progress.json +++ b/progress.json @@ -68,5 +68,14 @@ "You should be using ** to match all subfolders to ignore runaway.txt." ], "status": "Incomplete" + }, + { + "exercise_name": "ignoring-somethings", + "started_at": 1787304926.360546, + "completed_at": 1787304935.169347, + "comments": [ + "You should be using ** to match all subfolders to ignore runaway.txt." + ], + "status": "Incomplete" } ] \ No newline at end of file From 6fb94e6663ad8365018b5693e2c9d5ed3698dd4f Mon Sep 17 00:00:00 2001 From: Hendrick Date: Fri, 21 Aug 2026 17:37:16 +0800 Subject: [PATCH 07/11] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index f528134226..c44a41d8c2 100644 --- a/progress.json +++ b/progress.json @@ -77,5 +77,14 @@ "You should be using ** to match all subfolders to ignore runaway.txt." ], "status": "Incomplete" + }, + { + "exercise_name": "ignoring-somethings", + "started_at": 1787305029.078844, + "completed_at": 1787305035.758627, + "comments": [ + "Great work using .gitignore!" + ], + "status": "Completed" } ] \ No newline at end of file From a1f93ce2d20ae74044e31b870ffa82e7a8c1be99 Mon Sep 17 00:00:00 2001 From: Hendrick Date: Fri, 21 Aug 2026 17:56:14 +0800 Subject: [PATCH 08/11] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index c44a41d8c2..45c21bb541 100644 --- a/progress.json +++ b/progress.json @@ -86,5 +86,14 @@ "Great work using .gitignore!" ], "status": "Completed" + }, + { + "exercise_name": "fork-repo", + "started_at": 1787306170.690056, + "completed_at": 1787306173.994597, + "comments": [ + "Great work creating a fork with Github!" + ], + "status": "Completed" } ] \ No newline at end of file From e4ca27aa9c08fd3639770840ea1891283189b607 Mon Sep 17 00:00:00 2001 From: Hendrick Date: Fri, 21 Aug 2026 18:05:28 +0800 Subject: [PATCH 09/11] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index 45c21bb541..46aebe1bd2 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": 1787306724.632482, + "completed_at": 1787306727.906743, + "comments": [ + "Great work creating a clone of a fork from Github!" + ], + "status": "Completed" } ] \ No newline at end of file From 960b69421dfc2e24265643e14c039bfce905aac3 Mon Sep 17 00:00:00 2001 From: Hendrick Date: Fri, 21 Aug 2026 18:25:01 +0800 Subject: [PATCH 10/11] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index 46aebe1bd2..acbd7f5f14 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": 1787307898.958324, + "completed_at": 1787307900.793669, + "comments": [ + "Great work fetching and pulling different upstreams!" + ], + "status": "Completed" } ] \ No newline at end of file From 33235bc009a20e1fd04e739aba666396ee21265b Mon Sep 17 00:00:00 2001 From: Hendrick Date: Fri, 21 Aug 2026 19:38:08 +0800 Subject: [PATCH 11/11] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index acbd7f5f14..9d9033e065 100644 --- a/progress.json +++ b/progress.json @@ -113,5 +113,14 @@ "Great work fetching and pulling different upstreams!" ], "status": "Completed" + }, + { + "exercise_name": "view-commits", + "started_at": 1787312286.081566, + "completed_at": 1787312287.928, + "comments": [ + "Great work in viewing and understanding the diff of a specific commit!" + ], + "status": "Completed" } ] \ No newline at end of file