From 9c4cc339c3350d525d914c8d433f24cebfa8f22d Mon Sep 17 00:00:00 2001 From: EOKwingster Date: Wed, 21 Jan 2026 18:29:40 +0800 Subject: [PATCH 1/8] Sync progress with local machine --- progress.json | 72 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 72 insertions(+) create mode 100644 progress.json diff --git a/progress.json b/progress.json new file mode 100644 index 000000000..d26aa8145 --- /dev/null +++ b/progress.json @@ -0,0 +1,72 @@ +[ + { + "exercise_name": "grocery-shopping", + "started_at": 1768988165.857146, + "completed_at": 1768988167.677193, + "comments": [ + "Cmd('git') failed due to: exit code(128)\n cmdline: git sparse-checkout set --skip-checks grocery_shopping/verify.py\n stderr: 'fatal: unable to access 'https://github.com/git-mastery/exercises.git/': Empty reply from server\nfatal: could not fetch c6e180cd5806683ec9bc65c6619a8c1a3ae7340d from promisor remote'" + ], + "status": "Error" + }, + { + "exercise_name": "grocery-shopping", + "started_at": 1768988246.786872, + "completed_at": 1768988248.366973, + "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": 1768989278.987352, + "completed_at": 1768989282.17494, + "comments": [ + "Answer for What is the commit message of the commit 371448346ad174c348059f2e89c836ec4999ead1? is not right." + ], + "status": "Incomplete" + }, + { + "exercise_name": "log-and-order", + "started_at": 1768989418.91529, + "completed_at": 1768989420.551186, + "comments": [], + "status": "Completed" + }, + { + "exercise_name": "stage-fright", + "started_at": 1768987467.594776, + "completed_at": 1768987469.097142, + "comments": [ + "Great work! You have successfully checked in all the actors!" + ], + "status": "Completed" + }, + { + "exercise_name": "staging-intervention", + "started_at": 1768987806.26208, + "completed_at": 1768987807.740539, + "comments": [ + "Great work! You have successfully fixed the attendance system!" + ], + "status": "Completed" + }, + { + "exercise_name": "under-control", + "started_at": 1768986146.850534, + "completed_at": 1768986148.322287, + "comments": [ + "You successfully used git init to initialize this folder as a Git repository!" + ], + "status": "Completed" + }, + { + "exercise_name": "undo-init", + "started_at": 1768986316.825101, + "completed_at": 1768986318.3206, + "comments": [ + "You have successfully undone the init operation!" + ], + "status": "Completed" + } +] \ No newline at end of file From c71532ab9068a069ab8b6d5a37d1ebadfd5287b5 Mon Sep 17 00:00:00 2001 From: EOKwingster Date: Wed, 21 Jan 2026 18:33:14 +0800 Subject: [PATCH 2/8] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index d26aa8145..43a99b064 100644 --- a/progress.json +++ b/progress.json @@ -68,5 +68,14 @@ "You have successfully undone the init operation!" ], "status": "Completed" + }, + { + "exercise_name": "remote-control", + "started_at": 1768991569.751422, + "completed_at": 1768991593.740924, + "comments": [ + "That is not the right Github url!" + ], + "status": "Incomplete" } ] \ No newline at end of file From e19f4fefe75877ac66e3c72b4dbdbed0784d2e8f Mon Sep 17 00:00:00 2001 From: EOKwingster Date: Wed, 21 Jan 2026 18:33:43 +0800 Subject: [PATCH 3/8] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index 43a99b064..4b005b645 100644 --- a/progress.json +++ b/progress.json @@ -77,5 +77,14 @@ "That is not the right Github url!" ], "status": "Incomplete" + }, + { + "exercise_name": "remote-control", + "started_at": 1768991613.515025, + "completed_at": 1768991623.179132, + "comments": [ + "That is not the right Github url!" + ], + "status": "Incomplete" } ] \ No newline at end of file From 56e6b11a53807bc3cab857838ac05c952420d9c6 Mon Sep 17 00:00:00 2001 From: EOKwingster Date: Wed, 21 Jan 2026 18:37:14 +0800 Subject: [PATCH 4/8] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index 4b005b645..3fbcfebc6 100644 --- a/progress.json +++ b/progress.json @@ -86,5 +86,14 @@ "That is not the right Github url!" ], "status": "Incomplete" + }, + { + "exercise_name": "remote-control", + "started_at": 1768991670.401345, + "completed_at": 1768991833.991739, + "comments": [ + "Great work setting up a public remote repository!" + ], + "status": "Completed" } ] \ No newline at end of file From aa6798f80cfabbde33727a45a6b53de348d104a1 Mon Sep 17 00:00:00 2001 From: EOKwingster Date: Wed, 21 Jan 2026 18:44:12 +0800 Subject: [PATCH 5/8] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index 3fbcfebc6..e7b8256f4 100644 --- a/progress.json +++ b/progress.json @@ -95,5 +95,14 @@ "Great work setting up a public remote repository!" ], "status": "Completed" + }, + { + "exercise_name": "link-me", + "started_at": 1768992250.844004, + "completed_at": 1768992252.344696, + "comments": [ + "Great work with using git remote to add an upstream remote!" + ], + "status": "Completed" } ] \ No newline at end of file From 4de78d15592080bf8d168f485c2958162c630e5f Mon Sep 17 00:00:00 2001 From: EOKwingster Date: Wed, 21 Jan 2026 18:55:07 +0800 Subject: [PATCH 6/8] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index e7b8256f4..4fea27b21 100644 --- a/progress.json +++ b/progress.json @@ -104,5 +104,14 @@ "Great work with using git remote to add an upstream remote!" ], "status": "Completed" + }, + { + "exercise_name": "push-over", + "started_at": 1768992904.686456, + "completed_at": 1768992906.972264, + "comments": [ + "Great work pushing changes to the remote!" + ], + "status": "Completed" } ] \ No newline at end of file From 7ab528906d008ae1fa944ae6cd7e758cee20bbf1 Mon Sep 17 00:00:00 2001 From: EOKwingster Date: Wed, 21 Jan 2026 19:10:05 +0800 Subject: [PATCH 7/8] Update progress --- progress.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/progress.json b/progress.json index 4fea27b21..04d71454d 100644 --- a/progress.json +++ b/progress.json @@ -113,5 +113,15 @@ "Great work pushing changes to the remote!" ], "status": "Completed" + }, + { + "exercise_name": "ignoring-somethings", + "started_at": 1768993799.344898, + "completed_at": 1768993804.847208, + "comments": [ + "You should not be ignoring this/is/very/nested/find_me.txt!", + "You should be using ** to match all subfolders to ignore runaway.txt." + ], + "status": "Incomplete" } ] \ No newline at end of file From ba250abb7b4684842d6256e1289d02a7fb6909d3 Mon Sep 17 00:00:00 2001 From: EOKwingster Date: Wed, 21 Jan 2026 19:15:30 +0800 Subject: [PATCH 8/8] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index 04d71454d..a23920f0c 100644 --- a/progress.json +++ b/progress.json @@ -123,5 +123,14 @@ "You should be using ** to match all subfolders to ignore runaway.txt." ], "status": "Incomplete" + }, + { + "exercise_name": "ignoring-somethings", + "started_at": 1768994125.863532, + "completed_at": 1768994130.113067, + "comments": [ + "Great work using .gitignore!" + ], + "status": "Completed" } ] \ No newline at end of file