From 874ccb2255d0d28f7f6350789a662c539d76340d Mon Sep 17 00:00:00 2001 From: Enzo Date: Mon, 19 Jan 2026 10:12:31 +0800 Subject: [PATCH 1/2] 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..c86cdfbdb --- /dev/null +++ b/progress.json @@ -0,0 +1,11 @@ +[ + { + "exercise_name": "under-control", + "started_at": 1768748759.093667, + "completed_at": 1768748760.490036, + "comments": [ + "You successfully used git init to initialize this folder as a Git repository!" + ], + "status": "Completed" + } +] \ No newline at end of file From ab16c229fdec593aa51cd5e6ec81e6743be7ff97 Mon Sep 17 00:00:00 2001 From: Enzo Date: Mon, 19 Jan 2026 10:36:55 +0800 Subject: [PATCH 2/2] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index c86cdfbdb..bbc3046ec 100644 --- a/progress.json +++ b/progress.json @@ -7,5 +7,14 @@ "You successfully used git init to initialize this folder as a Git repository!" ], "status": "Completed" + }, + { + "exercise_name": "remote-control", + "started_at": 1768790066.221628, + "completed_at": 1768790214.535668, + "comments": [ + "Great work setting up a public remote repository!" + ], + "status": "Completed" } ] \ No newline at end of file