From 7bbd8ef06b921ecc0dc35db1039a1023f9cc30d2 Mon Sep 17 00:00:00 2001 From: matthewhanyd Date: Fri, 21 Aug 2026 14:11:45 +0800 Subject: [PATCH 1/2] Sync progress with local machine --- progress.json | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 progress.json diff --git a/progress.json b/progress.json new file mode 100644 index 0000000000..8f4e2add59 --- /dev/null +++ b/progress.json @@ -0,0 +1,36 @@ +[ + { + "exercise_name": "grocery-shopping", + "started_at": 1787285550.148398, + "completed_at": 1787285551.709712, + "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": 1787285940.819776, + "completed_at": 1787285942.360108, + "comments": [], + "status": "Completed" + }, + { + "exercise_name": "stage-fright", + "started_at": 1787285218.061572, + "completed_at": 1787285219.689143, + "comments": [ + "Great work! You have successfully checked in all the actors!" + ], + "status": "Completed" + }, + { + "exercise_name": "under-control", + "started_at": 1787284873.977606, + "completed_at": 1787284875.400442, + "comments": [ + "You successfully used git init to initialize this folder as a Git repository!" + ], + "status": "Completed" + } +] \ No newline at end of file From 11c7235adc7acaaa51aabec906be0d9327334c2b Mon Sep 17 00:00:00 2001 From: matthewhanyd Date: Fri, 21 Aug 2026 14:15:50 +0800 Subject: [PATCH 2/2] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index 8f4e2add59..1747f84498 100644 --- a/progress.json +++ b/progress.json @@ -32,5 +32,14 @@ "You successfully used git init to initialize this folder as a Git repository!" ], "status": "Completed" + }, + { + "exercise_name": "remote-control", + "started_at": 1787292946.687846, + "completed_at": 1787292949.928785, + "comments": [ + "Great work setting up a public remote repository!" + ], + "status": "Completed" } ] \ No newline at end of file