From a1de1632ac3bd629b1ac2793e12fefab1e5788dd Mon Sep 17 00:00:00 2001 From: Choy050823 Date: Wed, 21 Jan 2026 14:39:13 +0800 Subject: [PATCH 1/6] Sync progress with local machine --- progress.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 progress.json diff --git a/progress.json b/progress.json new file mode 100644 index 000000000..c98072939 --- /dev/null +++ b/progress.json @@ -0,0 +1,11 @@ +[ + { + "exercise_name": "undo-init", + "started_at": 1768648366.278594, + "completed_at": 1768648371.056489, + "comments": [ + "The init operation is not undone." + ], + "status": "Incomplete" + } +] \ No newline at end of file From a048cff0725a61aa626ec595e9948867777b74ae Mon Sep 17 00:00:00 2001 From: Choy050823 Date: Thu, 22 Jan 2026 17:38:51 +0800 Subject: [PATCH 2/6] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index c98072939..d8f2ff5f2 100644 --- a/progress.json +++ b/progress.json @@ -7,5 +7,14 @@ "The init operation is not undone." ], "status": "Incomplete" + }, + { + "exercise_name": "link-me", + "started_at": 1769074727.424861, + "completed_at": 1769074730.635366, + "comments": [ + "Missing remote called 'upstream'." + ], + "status": "Incomplete" } ] \ No newline at end of file From ff51f2712d16d97d4c42ab4f36227fe6c2432b54 Mon Sep 17 00:00:00 2001 From: Choy050823 Date: Thu, 22 Jan 2026 17:41:34 +0800 Subject: [PATCH 3/6] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index d8f2ff5f2..1837a3b05 100644 --- a/progress.json +++ b/progress.json @@ -16,5 +16,14 @@ "Missing remote called 'upstream'." ], "status": "Incomplete" + }, + { + "exercise_name": "link-me", + "started_at": 1769074892.127507, + "completed_at": 1769074893.609772, + "comments": [ + "Great work with using git remote to add an upstream remote!" + ], + "status": "Completed" } ] \ No newline at end of file From e09448780c39144693febada54b65610959b7d48 Mon Sep 17 00:00:00 2001 From: Choy050823 Date: Fri, 23 Jan 2026 20:56:36 +0800 Subject: [PATCH 4/6] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index 1837a3b05..fb2c57367 100644 --- a/progress.json +++ b/progress.json @@ -25,5 +25,14 @@ "Great work with using git remote to add an upstream remote!" ], "status": "Completed" + }, + { + "exercise_name": "push-over", + "started_at": 1769172993.963477, + "completed_at": 1769172996.298735, + "comments": [ + "Great work pushing changes to the remote!" + ], + "status": "Completed" } ] \ No newline at end of file From 9733f3f811c1240ad87cc256bdb1079362e34c63 Mon Sep 17 00:00:00 2001 From: Choy050823 Date: Fri, 23 Jan 2026 21:21:00 +0800 Subject: [PATCH 5/6] Update progress --- progress.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/progress.json b/progress.json index fb2c57367..5054f169b 100644 --- a/progress.json +++ b/progress.json @@ -34,5 +34,15 @@ "Great work pushing changes to the remote!" ], "status": "Completed" + }, + { + "exercise_name": "ignoring-somethings", + "started_at": 1769174453.916606, + "completed_at": 1769174459.466603, + "comments": [ + "You should be using ** to match all subfolders to ignore runaway.txt.", + "You have not committed the relevant changes yet!" + ], + "status": "Incomplete" } ] \ No newline at end of file From 8ed226cb96373dba1462bdd1c8172e1a6dfc90cd Mon Sep 17 00:00:00 2001 From: Choy050823 Date: Fri, 23 Jan 2026 21:28:27 +0800 Subject: [PATCH 6/6] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index 5054f169b..401db8dd4 100644 --- a/progress.json +++ b/progress.json @@ -44,5 +44,14 @@ "You have not committed the relevant changes yet!" ], "status": "Incomplete" + }, + { + "exercise_name": "ignoring-somethings", + "started_at": 1769174902.869858, + "completed_at": 1769174906.955377, + "comments": [ + "Great work using .gitignore!" + ], + "status": "Completed" } ] \ No newline at end of file