From 5849127d95a2e52ba3a72383e140632c89093222 Mon Sep 17 00:00:00 2001 From: Anthony Chow Date: Mon, 25 Aug 2025 19:02:49 +0800 Subject: [PATCH 1/3] Sync progress with local machine --- progress.json | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 progress.json diff --git a/progress.json b/progress.json new file mode 100644 index 000000000..de16cb787 --- /dev/null +++ b/progress.json @@ -0,0 +1,39 @@ +[ + { + "exercise_name": "grocery-shopping", + "started_at": 1756105830.102765, + "completed_at": 1756105830.613667, + "comments": [ + "There are no new grocery list items added to the shopping list.", + "There are no grocery list items removed from the shopping list." + ], + "status": "Incomplete" + }, + { + "exercise_name": "grocery-shopping", + "started_at": 1756106344.429326, + "completed_at": 1756106344.848939, + "comments": [ + "Great work! You have successfully used `git add` and `git commit` to modify the shopping list! Keep it up!" + ], + "status": "Completed" + }, + { + "exercise_name": "stage-fright", + "started_at": 1756105478.40022, + "completed_at": 1756105478.794783, + "comments": [ + "Great work! You have successfully checked in all the actors!" + ], + "status": "Completed" + }, + { + "exercise_name": "under-control", + "started_at": 1756104552.305256, + "completed_at": 1756104552.713762, + "comments": [ + "You successfully used git init to initialize this folder as a Git repository!" + ], + "status": "Completed" + } +] \ No newline at end of file From 8e22e799f4d2b291c35031644e035959018c5206 Mon Sep 17 00:00:00 2001 From: Anthony Chow Date: Mon, 25 Aug 2025 19:11:11 +0800 Subject: [PATCH 2/3] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index de16cb787..9a2afa5f8 100644 --- a/progress.json +++ b/progress.json @@ -35,5 +35,14 @@ "You successfully used git init to initialize this folder as a Git repository!" ], "status": "Completed" + }, + { + "exercise_name": "remote-control", + "started_at": 1756120071.267492, + "completed_at": 1756120270.9033, + "comments": [ + "Great work setting up a public remote repository!" + ], + "status": "Completed" } ] \ No newline at end of file From e831d003b5f907a39aa42f7ec106f35b0d6e1a08 Mon Sep 17 00:00:00 2001 From: Anthony Chow Date: Mon, 25 Aug 2025 20:26:38 +0800 Subject: [PATCH 3/3] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index 9a2afa5f8..e0f041111 100644 --- a/progress.json +++ b/progress.json @@ -44,5 +44,14 @@ "Great work setting up a public remote repository!" ], "status": "Completed" + }, + { + "exercise_name": "link-me", + "started_at": 1756124797.283653, + "completed_at": 1756124797.686368, + "comments": [ + "Great work with using git remote to add an upstream remote!" + ], + "status": "Completed" } ] \ No newline at end of file