From cbc901d8c0f36b5d47844acacb72815ad4ea7548 Mon Sep 17 00:00:00 2001 From: Chen Beitian Date: Thu, 22 Jan 2026 01:44:04 +0800 Subject: [PATCH 1/2] Sync progress with local machine --- progress.json | 65 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 65 insertions(+) create mode 100644 progress.json diff --git a/progress.json b/progress.json new file mode 100644 index 000000000..b63f5c599 --- /dev/null +++ b/progress.json @@ -0,0 +1,65 @@ +[ + { + "exercise_name": "grocery-shopping", + "started_at": 1769008646.810487, + "completed_at": 1769008648.245941, + "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": 1769009838.992881, + "completed_at": 1769009842.114583, + "comments": [ + "Answer for What is the SHA of the commit with the commit message \"Rewrite the comments\"? You can use the full length SHA or the short SHA (i.e. first 7 characters of the SHA) did not match any of the accepted answers." + ], + "status": "Incomplete" + }, + { + "exercise_name": "stage-fright", + "started_at": 1769007869.475716, + "completed_at": 1769007870.779099, + "comments": [ + "Great work! You have successfully checked in all the actors!" + ], + "status": "Completed" + }, + { + "exercise_name": "staging-intervention", + "started_at": 1769008124.358343, + "completed_at": 1769008127.076959, + "comments": [ + "Great work! You have successfully fixed the attendance system!" + ], + "status": "Completed" + }, + { + "exercise_name": "under-control", + "started_at": 1769006082.249129, + "completed_at": 1769006083.927736, + "comments": [ + "Exercise is not a Git repository" + ], + "status": "Error" + }, + { + "exercise_name": "under-control", + "started_at": 1769006146.128248, + "completed_at": 1769006147.461917, + "comments": [ + "You successfully used git init to initialize this folder as a Git repository!" + ], + "status": "Completed" + }, + { + "exercise_name": "undo-init", + "started_at": 1769006317.699078, + "completed_at": 1769006319.024521, + "comments": [ + "You have successfully undone the init operation!" + ], + "status": "Completed" + } +] \ No newline at end of file From 6ede6e7c2d2b004dc64af6a7494702e4a33281cd Mon Sep 17 00:00:00 2001 From: Chen Beitian Date: Thu, 22 Jan 2026 09:28:29 +0800 Subject: [PATCH 2/2] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index b63f5c599..2dc17877c 100644 --- a/progress.json +++ b/progress.json @@ -61,5 +61,14 @@ "You have successfully undone the init operation!" ], "status": "Completed" + }, + { + "exercise_name": "remote-control", + "started_at": 1769044992.358399, + "completed_at": 1769045308.638559, + "comments": [ + "Great work setting up a public remote repository!" + ], + "status": "Completed" } ] \ No newline at end of file