From 92f11f88c034d3c13ed885e45f078263c897c27e Mon Sep 17 00:00:00 2001 From: lohjn Date: Fri, 21 Aug 2026 15:52:32 +0800 Subject: [PATCH 1/3] Sync progress with local machine --- progress.json | 91 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 91 insertions(+) create mode 100644 progress.json diff --git a/progress.json b/progress.json new file mode 100644 index 0000000000..083921cff2 --- /dev/null +++ b/progress.json @@ -0,0 +1,91 @@ +[ + { + "exercise_name": "grocery-shopping", + "started_at": 1787211892.106218, + "completed_at": 1787211895.594684, + "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" + }, + { + "exercise_name": "grocery-shopping", + "started_at": 1787211934.936817, + "completed_at": 1787211936.465156, + "comments": [ + "Great work! You have successfully used `git add` and `git commit` to modify the shopping list! Keep it up!" + ], + "status": "Completed" + }, + { + "exercise_name": "grocery-shopping", + "started_at": 1787212023.610575, + "completed_at": 1787212025.080606, + "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": 1787214745.317219, + "completed_at": 1787214749.10469, + "comments": [ + "Answer for What is the commit message of the commit f28b92c4704dfebda35c8bacba8df3d1a1b94d65? is not right." + ], + "status": "Incomplete" + }, + { + "exercise_name": "log-and-order", + "started_at": 1787214852.146363, + "completed_at": 1787214853.688749, + "comments": [], + "status": "Completed" + }, + { + "exercise_name": "stage-fright", + "started_at": 1786945704.40163, + "completed_at": 1786945705.858454, + "comments": [ + "Great work! You have successfully checked in all the actors!" + ], + "status": "Completed" + }, + { + "exercise_name": "staging-intervention", + "started_at": 1787212438.569234, + "completed_at": 1787212440.255684, + "comments": [ + "Great work! You have successfully fixed the attendance system!" + ], + "status": "Completed" + }, + { + "exercise_name": "under-control", + "started_at": 1786943890.65516, + "completed_at": 1786943891.972687, + "comments": [ + "You successfully used git init to initialize this folder as a Git repository!" + ], + "status": "Completed" + }, + { + "exercise_name": "undo-init", + "started_at": 1786944010.678408, + "completed_at": 1786944013.624843, + "comments": [ + "The init operation is not undone." + ], + "status": "Incomplete" + }, + { + "exercise_name": "undo-init", + "started_at": 1786944143.553474, + "completed_at": 1786944144.935459, + "comments": [ + "You have successfully undone the init operation!" + ], + "status": "Completed" + } +] \ No newline at end of file From e6da89914bf11be894255334fddad877b47d50e9 Mon Sep 17 00:00:00 2001 From: lohjn Date: Fri, 21 Aug 2026 16:33:51 +0800 Subject: [PATCH 2/3] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index 083921cff2..251c387439 100644 --- a/progress.json +++ b/progress.json @@ -87,5 +87,14 @@ "You have successfully undone the init operation!" ], "status": "Completed" + }, + { + "exercise_name": "remote-control", + "started_at": 1787301159.824667, + "completed_at": 1787301230.690536, + "comments": [ + "The remote repository url you provided either does not exist or is private. Try again!" + ], + "status": "Incomplete" } ] \ No newline at end of file From 7d258da44b97bf103718fe6dd5d56582f669aae8 Mon Sep 17 00:00:00 2001 From: lohjn Date: Fri, 21 Aug 2026 16:34:54 +0800 Subject: [PATCH 3/3] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index 251c387439..3a52c8a5d2 100644 --- a/progress.json +++ b/progress.json @@ -96,5 +96,14 @@ "The remote repository url you provided either does not exist or is private. Try again!" ], "status": "Incomplete" + }, + { + "exercise_name": "remote-control", + "started_at": 1787301287.624454, + "completed_at": 1787301294.052576, + "comments": [ + "Great work setting up a public remote repository!" + ], + "status": "Completed" } ] \ No newline at end of file