From 3f274af83e6b589c2643f4275b9ed84e50f3aa67 Mon Sep 17 00:00:00 2001 From: Qi Yang <96786782+qyscode@users.noreply.github.com> Date: Wed, 28 Jan 2026 16:02:07 +0800 Subject: [PATCH 1/5] 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..12b101579 --- /dev/null +++ b/progress.json @@ -0,0 +1,11 @@ +[ + { + "exercise_name": "under-control", + "started_at": 1769423788.646708, + "completed_at": 1769423792.462827, + "comments": [ + "You successfully used git init to initialize this folder as a Git repository!" + ], + "status": "Completed" + } +] \ No newline at end of file From f6e998f2964794f4d598eacf081bbabda3d1e0f7 Mon Sep 17 00:00:00 2001 From: Qi Yang <96786782+qyscode@users.noreply.github.com> Date: Wed, 28 Jan 2026 21:04:11 +0800 Subject: [PATCH 2/5] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index 12b101579..171383823 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": "side-track", + "started_at": 1769605445.824309, + "completed_at": 1769605450.037258, + "comments": [ + "Great work with using git branch and git checkout to fix the bugs!" + ], + "status": "Completed" } ] \ No newline at end of file From 99136fee64e67750180b73d722cf6165a58b1032 Mon Sep 17 00:00:00 2001 From: Qi Yang <96786782+qyscode@users.noreply.github.com> Date: Wed, 28 Jan 2026 21:12:17 +0800 Subject: [PATCH 3/5] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index 171383823..0900c8747 100644 --- a/progress.json +++ b/progress.json @@ -16,5 +16,14 @@ "Great work with using git branch and git checkout to fix the bugs!" ], "status": "Completed" + }, + { + "exercise_name": "branch-previous", + "started_at": 1769605930.0289, + "completed_at": 1769605936.464718, + "comments": [ + "The 'sleep-line' branch is missing." + ], + "status": "Incomplete" } ] \ No newline at end of file From 6188e4bd3411a889389af9230593a62340f79c52 Mon Sep 17 00:00:00 2001 From: Qi Yang <96786782+qyscode@users.noreply.github.com> Date: Wed, 28 Jan 2026 21:13:42 +0800 Subject: [PATCH 4/5] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index 0900c8747..573672c91 100644 --- a/progress.json +++ b/progress.json @@ -25,5 +25,14 @@ "The 'sleep-line' branch is missing." ], "status": "Incomplete" + }, + { + "exercise_name": "branch-previous", + "started_at": 1769606014.341424, + "completed_at": 1769606020.914585, + "comments": [ + "The 'sleep-line' branch should start from the second commit (with message 'Describe location')." + ], + "status": "Incomplete" } ] \ No newline at end of file From f2fcbf12e8f6f3cb72904f883910e4c913645e06 Mon Sep 17 00:00:00 2001 From: Qi Yang <96786782+qyscode@users.noreply.github.com> Date: Wed, 28 Jan 2026 21:19:29 +0800 Subject: [PATCH 5/5] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index 573672c91..b597796f3 100644 --- a/progress.json +++ b/progress.json @@ -34,5 +34,14 @@ "The 'sleep-line' branch should start from the second commit (with message 'Describe location')." ], "status": "Incomplete" + }, + { + "exercise_name": "branch-previous", + "started_at": 1769606364.231754, + "completed_at": 1769606367.94614, + "comments": [ + "Excellent work! You've successfully created branches from a previous commit and explored alternative storylines!" + ], + "status": "Completed" } ] \ No newline at end of file