From 1c72c65efe16817094ee60cd76e67c9f5408c9ef Mon Sep 17 00:00:00 2001 From: Edison-choo <72715139+Edison-choo@users.noreply.github.com> Date: Sun, 16 Aug 2026 19:57:29 +0800 Subject: [PATCH 1/4] Sync progress with local machine --- progress.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 progress.json diff --git a/progress.json b/progress.json new file mode 100644 index 0000000000..133a5e2098 --- /dev/null +++ b/progress.json @@ -0,0 +1,20 @@ +[ + { + "exercise_name": "staging-intervention", + "started_at": 1786674282.275525, + "completed_at": 1786674285.710156, + "comments": [ + "You need to unstage all three attendance files for Josh, Adam, and Mary." + ], + "status": "Incomplete" + }, + { + "exercise_name": "staging-intervention", + "started_at": 1786674369.631221, + "completed_at": 1786674371.325555, + "comments": [ + "Great work! You have successfully fixed the attendance system!" + ], + "status": "Completed" + } +] \ No newline at end of file From 98beea14f971a0dcb7160279211bd649e1dc3bc1 Mon Sep 17 00:00:00 2001 From: Edison-choo <72715139+Edison-choo@users.noreply.github.com> Date: Sun, 16 Aug 2026 20:11:06 +0800 Subject: [PATCH 2/4] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index 133a5e2098..6080b3335e 100644 --- a/progress.json +++ b/progress.json @@ -16,5 +16,14 @@ "Great work! You have successfully fixed the attendance system!" ], "status": "Completed" + }, + { + "exercise_name": "link-me", + "started_at": 1786882262.228241, + "completed_at": 1786882266.193254, + "comments": [ + "Wrong 'upstream' remote URL" + ], + "status": "Incomplete" } ] \ No newline at end of file From 958d4bd68b4a1c61e668a0c45fa2f20341996660 Mon Sep 17 00:00:00 2001 From: Edison-choo <72715139+Edison-choo@users.noreply.github.com> Date: Sun, 16 Aug 2026 20:12:49 +0800 Subject: [PATCH 3/4] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index 6080b3335e..66ac8851bc 100644 --- a/progress.json +++ b/progress.json @@ -25,5 +25,14 @@ "Wrong 'upstream' remote URL" ], "status": "Incomplete" + }, + { + "exercise_name": "link-me", + "started_at": 1786882366.442018, + "completed_at": 1786882368.314844, + "comments": [ + "Great work with using git remote to add an upstream remote!" + ], + "status": "Completed" } ] \ No newline at end of file From 232b91a4ce19fe62a88ae3e74d416ab8bd407f59 Mon Sep 17 00:00:00 2001 From: Edison-choo <72715139+Edison-choo@users.noreply.github.com> Date: Sun, 16 Aug 2026 21:01:49 +0800 Subject: [PATCH 4/4] Update progress --- progress.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/progress.json b/progress.json index 66ac8851bc..891e1542b3 100644 --- a/progress.json +++ b/progress.json @@ -34,5 +34,18 @@ "Great work with using git remote to add an upstream remote!" ], "status": "Completed" + }, + { + "exercise_name": "ignoring-somethings", + "started_at": 1786885300.826395, + "completed_at": 1786885309.248897, + "comments": [ + "You are still ignoring many/file22.txt.", + "You are still ignoring why_am_i_hidden.txt. Find where the file is and fix that.", + "You are not ignoring ignore_me.txt", + "You are not ignoring runaway.txt. Find where the file is and fix that.", + "You have not committed the relevant changes yet!" + ], + "status": "Incomplete" } ] \ No newline at end of file