From d4557429f431e4147227d3cbc54c21a5bfeafd61 Mon Sep 17 00:00:00 2001 From: toomintyy <134836501+toomintyy@users.noreply.github.com> Date: Wed, 26 Aug 2026 16:00:51 +0800 Subject: [PATCH 01/12] 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 0000000000..ed8fe7b97a --- /dev/null +++ b/progress.json @@ -0,0 +1,72 @@ +[ + { + "exercise_name": "grocery-shopping", + "started_at": 1787664973.690357, + "completed_at": 1787664975.102818, + "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": 1787666399.672927, + "completed_at": 1787666403.451608, + "comments": [ + "Answer for What is the commit message of the commit b42bab234d0e971f248ec73c434269e96d9600ad? is not right." + ], + "status": "Incomplete" + }, + { + "exercise_name": "log-and-order", + "started_at": 1787666500.195675, + "completed_at": 1787666501.57924, + "comments": [], + "status": "Completed" + }, + { + "exercise_name": "stage-fright", + "started_at": 1787664082.512572, + "completed_at": 1787664083.951634, + "comments": [ + "Great work! You have successfully checked in all the actors!" + ], + "status": "Completed" + }, + { + "exercise_name": "staging-intervention", + "started_at": 1787665213.918555, + "completed_at": 1787665215.427671, + "comments": [ + "Great work! You have successfully fixed the attendance system!" + ], + "status": "Completed" + }, + { + "exercise_name": "undo-init", + "started_at": 1787663348.519219, + "completed_at": 1787663352.120497, + "comments": [ + "The init operation is not undone." + ], + "status": "Incomplete" + }, + { + "exercise_name": "undo-init", + "started_at": 1787663396.642189, + "completed_at": 1787663399.828712, + "comments": [ + "The init operation is not undone." + ], + "status": "Incomplete" + }, + { + "exercise_name": "undo-init", + "started_at": 1787663467.338055, + "completed_at": 1787663468.664749, + "comments": [ + "You have successfully undone the init operation!" + ], + "status": "Completed" + } +] \ No newline at end of file From f10f7c386a335dfcaf26bcc398bf2475ae99feae Mon Sep 17 00:00:00 2001 From: toomintyy <134836501+toomintyy@users.noreply.github.com> Date: Wed, 26 Aug 2026 16:06:27 +0800 Subject: [PATCH 02/12] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index ed8fe7b97a..1a3ccc5b15 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": 1787731435.24522, + "completed_at": 1787731586.39728, + "comments": [ + "That is not the right Github url!" + ], + "status": "Incomplete" } ] \ No newline at end of file From 28e065d953378978dcdb64fbf53bf7d731171263 Mon Sep 17 00:00:00 2001 From: toomintyy <134836501+toomintyy@users.noreply.github.com> Date: Wed, 26 Aug 2026 16:06:47 +0800 Subject: [PATCH 03/12] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index 1a3ccc5b15..dead42fece 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": 1787731600.324757, + "completed_at": 1787731606.999795, + "comments": [ + "Great work setting up a public remote repository!" + ], + "status": "Completed" } ] \ No newline at end of file From a02d587c920047e7fa4189bb6b451b3cb0eaa937 Mon Sep 17 00:00:00 2001 From: toomintyy <134836501+toomintyy@users.noreply.github.com> Date: Wed, 26 Aug 2026 16:14:06 +0800 Subject: [PATCH 04/12] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index dead42fece..bf6432bf0b 100644 --- a/progress.json +++ b/progress.json @@ -86,5 +86,14 @@ "Great work setting up a public remote repository!" ], "status": "Completed" + }, + { + "exercise_name": "link-me", + "started_at": 1787732042.584106, + "completed_at": 1787732045.691333, + "comments": [ + "Missing remote called 'upstream'." + ], + "status": "Incomplete" } ] \ No newline at end of file From 9e81e9b0f25e2aa36b0ea68596d957a68e581921 Mon Sep 17 00:00:00 2001 From: toomintyy <134836501+toomintyy@users.noreply.github.com> Date: Wed, 26 Aug 2026 16:16:32 +0800 Subject: [PATCH 05/12] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index bf6432bf0b..d718633026 100644 --- a/progress.json +++ b/progress.json @@ -95,5 +95,14 @@ "Missing remote called 'upstream'." ], "status": "Incomplete" + }, + { + "exercise_name": "link-me", + "started_at": 1787732188.830556, + "completed_at": 1787732191.866844, + "comments": [ + "Wrong 'upstream' remote URL" + ], + "status": "Incomplete" } ] \ No newline at end of file From acc5789bbbaf3fb9e0d84f897de1d6186fed124f Mon Sep 17 00:00:00 2001 From: toomintyy <134836501+toomintyy@users.noreply.github.com> Date: Wed, 26 Aug 2026 16:18:12 +0800 Subject: [PATCH 06/12] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index d718633026..04e840f093 100644 --- a/progress.json +++ b/progress.json @@ -104,5 +104,14 @@ "Wrong 'upstream' remote URL" ], "status": "Incomplete" + }, + { + "exercise_name": "link-me", + "started_at": 1787732289.049484, + "completed_at": 1787732292.366953, + "comments": [ + "Wrong 'upstream' remote URL" + ], + "status": "Incomplete" } ] \ No newline at end of file From 8dcc5dd42a7165314d2e051ce2f614917cd04852 Mon Sep 17 00:00:00 2001 From: toomintyy <134836501+toomintyy@users.noreply.github.com> Date: Wed, 26 Aug 2026 16:19:09 +0800 Subject: [PATCH 07/12] Reset progress for link-me --- progress.json | 27 --------------------------- 1 file changed, 27 deletions(-) diff --git a/progress.json b/progress.json index 04e840f093..dead42fece 100644 --- a/progress.json +++ b/progress.json @@ -86,32 +86,5 @@ "Great work setting up a public remote repository!" ], "status": "Completed" - }, - { - "exercise_name": "link-me", - "started_at": 1787732042.584106, - "completed_at": 1787732045.691333, - "comments": [ - "Missing remote called 'upstream'." - ], - "status": "Incomplete" - }, - { - "exercise_name": "link-me", - "started_at": 1787732188.830556, - "completed_at": 1787732191.866844, - "comments": [ - "Wrong 'upstream' remote URL" - ], - "status": "Incomplete" - }, - { - "exercise_name": "link-me", - "started_at": 1787732289.049484, - "completed_at": 1787732292.366953, - "comments": [ - "Wrong 'upstream' remote URL" - ], - "status": "Incomplete" } ] \ No newline at end of file From 3a21acf82e922c3e4842b3a9623107c3371868b6 Mon Sep 17 00:00:00 2001 From: toomintyy <134836501+toomintyy@users.noreply.github.com> Date: Wed, 26 Aug 2026 16:20:32 +0800 Subject: [PATCH 08/12] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index dead42fece..d5414f9e4b 100644 --- a/progress.json +++ b/progress.json @@ -86,5 +86,14 @@ "Great work setting up a public remote repository!" ], "status": "Completed" + }, + { + "exercise_name": "link-me", + "started_at": 1787732429.075682, + "completed_at": 1787732432.12234, + "comments": [ + "Wrong 'upstream' remote URL" + ], + "status": "Incomplete" } ] \ No newline at end of file From 6a1305153d2e08ce8fecfdf2de9a5ce3265e6562 Mon Sep 17 00:00:00 2001 From: toomintyy <134836501+toomintyy@users.noreply.github.com> Date: Wed, 26 Aug 2026 16:24:19 +0800 Subject: [PATCH 09/12] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index d5414f9e4b..584713613a 100644 --- a/progress.json +++ b/progress.json @@ -95,5 +95,14 @@ "Wrong 'upstream' remote URL" ], "status": "Incomplete" + }, + { + "exercise_name": "link-me", + "started_at": 1787732657.717087, + "completed_at": 1787732659.243196, + "comments": [ + "Great work with using git remote to add an upstream remote!" + ], + "status": "Completed" } ] \ No newline at end of file From d6ee1ef4f6f0bfd7891b9be5844726463eca742e Mon Sep 17 00:00:00 2001 From: toomintyy <134836501+toomintyy@users.noreply.github.com> Date: Wed, 26 Aug 2026 17:20:42 +0800 Subject: [PATCH 10/12] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index 584713613a..3116deff52 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": 1787736040.126626, + "completed_at": 1787736042.13273, + "comments": [ + "Great work pushing changes to the remote!" + ], + "status": "Completed" } ] \ No newline at end of file From 33eeafae8353f7e723fe40cb56ce51fa8948ba2b Mon Sep 17 00:00:00 2001 From: toomintyy <134836501+toomintyy@users.noreply.github.com> Date: Wed, 26 Aug 2026 17:30:54 +0800 Subject: [PATCH 11/12] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index 3116deff52..65bc4087da 100644 --- a/progress.json +++ b/progress.json @@ -113,5 +113,14 @@ "Great work pushing changes to the remote!" ], "status": "Completed" + }, + { + "exercise_name": "ignoring-somethings", + "started_at": 1787736650.592757, + "completed_at": 1787736653.991028, + "comments": [ + "You should be using ** to match all subfolders to ignore runaway.txt." + ], + "status": "Incomplete" } ] \ No newline at end of file From 5e9afb7385a711e1a6f992d51c44d8ac94576b6c Mon Sep 17 00:00:00 2001 From: toomintyy <134836501+toomintyy@users.noreply.github.com> Date: Wed, 26 Aug 2026 17:31:48 +0800 Subject: [PATCH 12/12] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index 65bc4087da..d4eff35af0 100644 --- a/progress.json +++ b/progress.json @@ -122,5 +122,14 @@ "You should be using ** to match all subfolders to ignore runaway.txt." ], "status": "Incomplete" + }, + { + "exercise_name": "ignoring-somethings", + "started_at": 1787736705.674823, + "completed_at": 1787736707.485886, + "comments": [ + "Great work using .gitignore!" + ], + "status": "Completed" } ] \ No newline at end of file