From 09441a643d164b075cd290aeb0e529d5cce846e2 Mon Sep 17 00:00:00 2001 From: choppyback Date: Fri, 16 Jan 2026 14:20:09 +0800 Subject: [PATCH 1/8] Sync progress with local machine --- progress.json | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 progress.json diff --git a/progress.json b/progress.json new file mode 100644 index 000000000..09ba910df --- /dev/null +++ b/progress.json @@ -0,0 +1,38 @@ +[ + { + "exercise_name": "stage-fright", + "started_at": 1768284251.337571, + "completed_at": 1768284252.541039, + "comments": [ + "Great work! You have successfully checked in all the actors!" + ], + "status": "Completed" + }, + { + "exercise_name": "staging-intervention", + "started_at": 1768284490.626591, + "completed_at": 1768284492.192346, + "comments": [ + "Great work! You have successfully fixed the attendance system!" + ], + "status": "Completed" + }, + { + "exercise_name": "under-control", + "started_at": 1768278430.537342, + "completed_at": 1768278432.017877, + "comments": [ + "You successfully used git init to initialize this folder as a Git repository!" + ], + "status": "Completed" + }, + { + "exercise_name": "undo-init", + "started_at": 1768278565.176437, + "completed_at": 1768278566.349303, + "comments": [ + "You have successfully undone the init operation!" + ], + "status": "Completed" + } +] \ No newline at end of file From 9ceb60b723757563980f380439476a1ad19463c4 Mon Sep 17 00:00:00 2001 From: choppyback Date: Fri, 16 Jan 2026 14:32:05 +0800 Subject: [PATCH 2/8] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index 09ba910df..a1a20395c 100644 --- a/progress.json +++ b/progress.json @@ -34,5 +34,14 @@ "You have successfully undone the init operation!" ], "status": "Completed" + }, + { + "exercise_name": "remote-control", + "started_at": 1768545089.448977, + "completed_at": 1768545124.628013, + "comments": [ + "That is not the right Github url!" + ], + "status": "Incomplete" } ] \ No newline at end of file From 6f0554ac90ea9a1c2d6fc604d9d480ca21118a0d Mon Sep 17 00:00:00 2001 From: choppyback Date: Fri, 16 Jan 2026 14:32:53 +0800 Subject: [PATCH 3/8] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index a1a20395c..02669a9e7 100644 --- a/progress.json +++ b/progress.json @@ -43,5 +43,14 @@ "That is not the right Github url!" ], "status": "Incomplete" + }, + { + "exercise_name": "remote-control", + "started_at": 1768545161.058256, + "completed_at": 1768545173.20866, + "comments": [ + "Great work setting up a public remote repository!" + ], + "status": "Completed" } ] \ No newline at end of file From 7cec53b9d6455f2afa4bb7884c799aa0f85ea315 Mon Sep 17 00:00:00 2001 From: choppyback Date: Fri, 16 Jan 2026 14:40:36 +0800 Subject: [PATCH 4/8] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index 02669a9e7..54bb03800 100644 --- a/progress.json +++ b/progress.json @@ -52,5 +52,14 @@ "Great work setting up a public remote repository!" ], "status": "Completed" + }, + { + "exercise_name": "link-me", + "started_at": 1768545634.985757, + "completed_at": 1768545636.364132, + "comments": [ + "Great work with using git remote to add an upstream remote!" + ], + "status": "Completed" } ] \ No newline at end of file From b6915f110fe8e3cad4499ac8f71156cb2de74c32 Mon Sep 17 00:00:00 2001 From: choppyback Date: Mon, 19 Jan 2026 10:42:50 +0800 Subject: [PATCH 5/8] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index 54bb03800..184a32fbd 100644 --- a/progress.json +++ b/progress.json @@ -61,5 +61,14 @@ "Great work with using git remote to add an upstream remote!" ], "status": "Completed" + }, + { + "exercise_name": "view-commits", + "started_at": 1768790568.560844, + "completed_at": 1768790569.958033, + "comments": [ + "Great work in viewing and understanding the diff of a specific commit!" + ], + "status": "Completed" } ] \ No newline at end of file From f72f35ed239a1c5c0c7d7f0a082a3eca70df7ed5 Mon Sep 17 00:00:00 2001 From: choppyback Date: Mon, 19 Jan 2026 11:08:14 +0800 Subject: [PATCH 6/8] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index 184a32fbd..7557fc426 100644 --- a/progress.json +++ b/progress.json @@ -70,5 +70,14 @@ "Great work in viewing and understanding the diff of a specific commit!" ], "status": "Completed" + }, + { + "exercise_name": "tags-add", + "started_at": 1768792092.732937, + "completed_at": 1768792094.208261, + "comments": [ + "Great work using git tag to annotate various commits in the repository!" + ], + "status": "Completed" } ] \ No newline at end of file From fd937bc99bb6cc7bc6182fbc26359890dfcbce76 Mon Sep 17 00:00:00 2001 From: choppyback Date: Mon, 19 Jan 2026 11:12:39 +0800 Subject: [PATCH 7/8] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index 7557fc426..0074b5cec 100644 --- a/progress.json +++ b/progress.json @@ -79,5 +79,14 @@ "Great work using git tag to annotate various commits in the repository!" ], "status": "Completed" + }, + { + "exercise_name": "tags-update", + "started_at": 1768792357.111757, + "completed_at": 1768792358.595018, + "comments": [ + "Great work! You have successfully updated the tags to point to the correct commits." + ], + "status": "Completed" } ] \ No newline at end of file From 4f6a41e2190ee47718c01973eb924ba7fa1ec9ce Mon Sep 17 00:00:00 2001 From: choppyback Date: Mon, 19 Jan 2026 11:16:50 +0800 Subject: [PATCH 8/8] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index 0074b5cec..5d282a8ea 100644 --- a/progress.json +++ b/progress.json @@ -88,5 +88,14 @@ "Great work! You have successfully updated the tags to point to the correct commits." ], "status": "Completed" + }, + { + "exercise_name": "tags-push", + "started_at": 1768792607.324601, + "completed_at": 1768792610.000972, + "comments": [ + "Wonderful! You have successfully synced the local tags with the remote tags!" + ], + "status": "Completed" } ] \ No newline at end of file