From 8c7a5864a872e018e88a093314d6cf44237ebe19 Mon Sep 17 00:00:00 2001 From: sheeppocket Date: Sun, 16 Aug 2026 14:59:27 +0800 Subject: [PATCH 01/11] Sync progress with local machine --- progress.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 progress.json diff --git a/progress.json b/progress.json new file mode 100644 index 0000000000..fba8445898 --- /dev/null +++ b/progress.json @@ -0,0 +1,20 @@ +[ + { + "exercise_name": "under-control", + "started_at": 1786862736.082382, + "completed_at": 1786862737.95936, + "comments": [ + "You successfully used git init to initialize this folder as a Git repository!" + ], + "status": "Completed" + }, + { + "exercise_name": "undo-init", + "started_at": 1786862988.623186, + "completed_at": 1786862990.541915, + "comments": [ + "You have successfully undone the init operation!" + ], + "status": "Completed" + } +] \ No newline at end of file From 83fbdef0d9060fa0ccd62df10c89e027ad9204ac Mon Sep 17 00:00:00 2001 From: sheeppocket Date: Sun, 16 Aug 2026 23:17:01 +0800 Subject: [PATCH 02/11] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index fba8445898..49892b1037 100644 --- a/progress.json +++ b/progress.json @@ -16,5 +16,14 @@ "You have successfully undone the init operation!" ], "status": "Completed" + }, + { + "exercise_name": "stage-fright", + "started_at": 1786893419.125537, + "completed_at": 1786893421.110771, + "comments": [ + "Great work! You have successfully checked in all the actors!" + ], + "status": "Completed" } ] \ No newline at end of file From 6184ba8dc519284270028e0ea0d0b1745cfd0c8a Mon Sep 17 00:00:00 2001 From: sheeppocket Date: Sun, 16 Aug 2026 23:24:59 +0800 Subject: [PATCH 03/11] Update progress --- progress.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/progress.json b/progress.json index 49892b1037..f39a95881c 100644 --- a/progress.json +++ b/progress.json @@ -25,5 +25,15 @@ "Great work! You have successfully checked in all the actors!" ], "status": "Completed" + }, + { + "exercise_name": "grocery-shopping", + "started_at": 1786893895.281993, + "completed_at": 1786893899.026721, + "comments": [ + "New grocery list items added to shopping-list.txt are not committed.", + "Grocery list items removed from shopping-list.txt are not committed." + ], + "status": "Incomplete" } ] \ No newline at end of file From 339273045624e586e55892be555ca7f014d60848 Mon Sep 17 00:00:00 2001 From: sheeppocket Date: Sun, 16 Aug 2026 23:26:21 +0800 Subject: [PATCH 04/11] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index f39a95881c..587c3c2c79 100644 --- a/progress.json +++ b/progress.json @@ -35,5 +35,14 @@ "Grocery list items removed from shopping-list.txt are not committed." ], "status": "Incomplete" + }, + { + "exercise_name": "grocery-shopping", + "started_at": 1786893979.02921, + "completed_at": 1786893981.121639, + "comments": [ + "Great work! You have successfully used `git add` and `git commit` to modify the shopping list! Keep it up!" + ], + "status": "Completed" } ] \ No newline at end of file From b23b5a350dd3430e57b0887d7544445a3b01bbf2 Mon Sep 17 00:00:00 2001 From: sheeppocket Date: Sun, 16 Aug 2026 23:35:02 +0800 Subject: [PATCH 05/11] Update progress --- progress.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/progress.json b/progress.json index 587c3c2c79..f93a3ed81f 100644 --- a/progress.json +++ b/progress.json @@ -44,5 +44,12 @@ "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": 1786894500.107728, + "completed_at": 1786894502.206057, + "comments": [], + "status": "Completed" } ] \ No newline at end of file From 70d38f020cadc5ddeda52e17459ee6d53023adfe Mon Sep 17 00:00:00 2001 From: sheeppocket Date: Sun, 16 Aug 2026 23:38:33 +0800 Subject: [PATCH 06/11] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index f93a3ed81f..8e47a2fd15 100644 --- a/progress.json +++ b/progress.json @@ -51,5 +51,14 @@ "completed_at": 1786894502.206057, "comments": [], "status": "Completed" + }, + { + "exercise_name": "staging-intervention", + "started_at": 1786894710.554078, + "completed_at": 1786894712.407152, + "comments": [ + "Great work! You have successfully fixed the attendance system!" + ], + "status": "Completed" } ] \ No newline at end of file From ddc5b91b541700b4b36ecf1deb9bf8a2768bf2dd Mon Sep 17 00:00:00 2001 From: sheeppocket Date: Sun, 16 Aug 2026 23:44:54 +0800 Subject: [PATCH 07/11] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index 8e47a2fd15..839c04c382 100644 --- a/progress.json +++ b/progress.json @@ -60,5 +60,14 @@ "Great work! You have successfully fixed the attendance system!" ], "status": "Completed" + }, + { + "exercise_name": "remote-control", + "started_at": 1786894985.389253, + "completed_at": 1786895093.467506, + "comments": [ + "That is not the right Github url!" + ], + "status": "Incomplete" } ] \ No newline at end of file From 1c6877f1ff4520a506bd8055f9ca6f7caa43792a Mon Sep 17 00:00:00 2001 From: sheeppocket Date: Sun, 16 Aug 2026 23:45:46 +0800 Subject: [PATCH 08/11] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index 839c04c382..07e99fcd82 100644 --- a/progress.json +++ b/progress.json @@ -69,5 +69,14 @@ "That is not the right Github url!" ], "status": "Incomplete" + }, + { + "exercise_name": "remote-control", + "started_at": 1786895133.366743, + "completed_at": 1786895146.30575, + "comments": [ + "Great work setting up a public remote repository!" + ], + "status": "Completed" } ] \ No newline at end of file From e3722a1e12ce1c79bd9fb811af731197a9bbf4d8 Mon Sep 17 00:00:00 2001 From: sheeppocket Date: Sun, 16 Aug 2026 23:54:35 +0800 Subject: [PATCH 09/11] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index 07e99fcd82..8d746a6ddf 100644 --- a/progress.json +++ b/progress.json @@ -78,5 +78,14 @@ "Great work setting up a public remote repository!" ], "status": "Completed" + }, + { + "exercise_name": "link-me", + "started_at": 1786895672.560668, + "completed_at": 1786895674.507411, + "comments": [ + "Great work with using git remote to add an upstream remote!" + ], + "status": "Completed" } ] \ No newline at end of file From a3582efdbbd951ca13812ef6d1d115e4bcad43bd Mon Sep 17 00:00:00 2001 From: sheeppocket Date: Mon, 17 Aug 2026 00:00:59 +0800 Subject: [PATCH 10/11] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index 8d746a6ddf..074ff1dce0 100644 --- a/progress.json +++ b/progress.json @@ -87,5 +87,14 @@ "Great work with using git remote to add an upstream remote!" ], "status": "Completed" + }, + { + "exercise_name": "push-over", + "started_at": 1786896056.217396, + "completed_at": 1786896058.858778, + "comments": [ + "Great work pushing changes to the remote!" + ], + "status": "Completed" } ] \ No newline at end of file From bff2196c6f24b7db7a898fdc8333a7f5dcf1f5b6 Mon Sep 17 00:00:00 2001 From: sheeppocket Date: Mon, 17 Aug 2026 00:14:18 +0800 Subject: [PATCH 11/11] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index 074ff1dce0..558104de1e 100644 --- a/progress.json +++ b/progress.json @@ -96,5 +96,14 @@ "Great work pushing changes to the remote!" ], "status": "Completed" + }, + { + "exercise_name": "ignoring-somethings", + "started_at": 1786896851.332981, + "completed_at": 1786896857.480224, + "comments": [ + "Great work using .gitignore!" + ], + "status": "Completed" } ] \ No newline at end of file