From 4490ad0196186503b71b3aaba7aaf7b34a5339a4 Mon Sep 17 00:00:00 2001 From: Mimbao Date: Fri, 21 Aug 2026 11:50:35 +0800 Subject: [PATCH 01/12] Sync progress with local machine --- progress.json | 99 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 99 insertions(+) create mode 100644 progress.json diff --git a/progress.json b/progress.json new file mode 100644 index 0000000000..0736cf0000 --- /dev/null +++ b/progress.json @@ -0,0 +1,99 @@ +[ + { + "exercise_name": "clone-repo", + "started_at": 1787224682.385728, + "completed_at": 1787224688.848288, + "comments": [ + "The remote 'upstream' is missing!" + ], + "status": "Incomplete" + }, + { + "exercise_name": "clone-repo", + "started_at": 1787224837.756007, + "completed_at": 1787224841.327739, + "comments": [ + "Great work creating a clone of a fork from Github!" + ], + "status": "Completed" + }, + { + "exercise_name": "fork-repo", + "started_at": 1787224193.871555, + "completed_at": 1787224198.523817, + "comments": [ + "Great work creating a fork with Github!" + ], + "status": "Completed" + }, + { + "exercise_name": "grocery-shopping", + "started_at": 1786801734.911177, + "completed_at": 1786801737.278065, + "comments": [ + "Great work! You have successfully used `git add` and `git commit` to modify the shopping list! Keep it up!" + ], + "status": "Completed" + }, + { + "exercise_name": "ignoring-somethings", + "started_at": 1787217894.137579, + "completed_at": 1787217901.863672, + "comments": [ + "Great work using .gitignore!" + ], + "status": "Completed" + }, + { + "exercise_name": "link-me", + "started_at": 1787216025.876265, + "completed_at": 1787216028.201441, + "comments": [ + "Great work with using git remote to add an upstream remote!" + ], + "status": "Completed" + }, + { + "exercise_name": "log-and-order", + "started_at": 1786802374.49956, + "completed_at": 1786802376.885586, + "comments": [], + "status": "Completed" + }, + { + "exercise_name": "push-over", + "started_at": 1787217269.078379, + "completed_at": 1787217272.129858, + "comments": [ + "Great work pushing changes to the remote!" + ], + "status": "Completed" + }, + { + "exercise_name": "remote-control", + "started_at": 1787215263.895356, + "completed_at": 1787215373.38097, + "comments": [ + "Great work setting up a public remote repository!" + ], + "status": "Completed" + }, + { + "exercise_name": "stage-fright", + "started_at": 1786797566.467037, + "completed_at": 1786797570.343731, + "comments": [ + "Great work! You have successfully checked in all the actors!" + ], + "status": "Completed" + }, + { + "exercise_name": "under-control", + "started_at": 1786797437.609802, + "completed_at": 1786797441.464022, + "comments": [ + "You successfully used git init to initialize this folder as a Git repository!" + ], + "status": "Completed" + } +] \ No newline at end of file From 2a08be37d305e5519c26d0ee865ac0e04f0fd4da Mon Sep 17 00:00:00 2001 From: Mimbao Date: Fri, 21 Aug 2026 11:56:39 +0800 Subject: [PATCH 02/12] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index 0736cf0000..d687eafe00 100644 --- a/progress.json +++ b/progress.json @@ -95,5 +95,14 @@ "You successfully used git init to initialize this folder as a Git repository!" ], "status": "Completed" + }, + { + "exercise_name": "undo-init", + "started_at": 1787284596.373215, + "completed_at": 1787284598.489651, + "comments": [ + "You have successfully undone the init operation!" + ], + "status": "Completed" } ] \ No newline at end of file From d071b28df1cfb0f126cef5a0de7ffd53e4926b6c Mon Sep 17 00:00:00 2001 From: Mimbao Date: Fri, 21 Aug 2026 12:03:13 +0800 Subject: [PATCH 03/12] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index d687eafe00..eb859392e8 100644 --- a/progress.json +++ b/progress.json @@ -104,5 +104,14 @@ "You have successfully undone the init operation!" ], "status": "Completed" + }, + { + "exercise_name": "fetch-and-pull", + "started_at": 1787284989.94556, + "completed_at": 1787284992.652352, + "comments": [ + "Great work fetching and pulling different upstreams!" + ], + "status": "Completed" } ] \ No newline at end of file From 96bc8aafbca727d5fd31ad4737a5c63da583dcd3 Mon Sep 17 00:00:00 2001 From: Mimbao Date: Fri, 21 Aug 2026 12:16:24 +0800 Subject: [PATCH 04/12] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index eb859392e8..799a04a544 100644 --- a/progress.json +++ b/progress.json @@ -113,5 +113,14 @@ "Great work fetching and pulling different upstreams!" ], "status": "Completed" + }, + { + "exercise_name": "view-commits", + "started_at": 1787285780.958751, + "completed_at": 1787285783.267139, + "comments": [ + "Great work in viewing and understanding the diff of a specific commit!" + ], + "status": "Completed" } ] \ No newline at end of file From 4aa39062080f0c84ce33ce8db20799dece41afd8 Mon Sep 17 00:00:00 2001 From: Mimbao Date: Fri, 21 Aug 2026 12:19:34 +0800 Subject: [PATCH 05/12] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index 799a04a544..1ea572e3fd 100644 --- a/progress.json +++ b/progress.json @@ -122,5 +122,14 @@ "Great work in viewing and understanding the diff of a specific commit!" ], "status": "Completed" + }, + { + "exercise_name": "tags-add", + "started_at": 1787285970.869066, + "completed_at": 1787285973.412274, + "comments": [ + "Great work using git tag to annotate various commits in the repository!" + ], + "status": "Completed" } ] \ No newline at end of file From a16bc5d1b65f89ddfe35fc51e699f2272c72fbc3 Mon Sep 17 00:00:00 2001 From: Mimbao Date: Fri, 21 Aug 2026 12:26:09 +0800 Subject: [PATCH 06/12] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index 1ea572e3fd..e28d47baf3 100644 --- a/progress.json +++ b/progress.json @@ -131,5 +131,14 @@ "Great work using git tag to annotate various commits in the repository!" ], "status": "Completed" + }, + { + "exercise_name": "tags-update", + "started_at": 1787286365.647829, + "completed_at": 1787286368.785739, + "comments": [ + "Great work! You have successfully updated the tags to point to the correct commits." + ], + "status": "Completed" } ] \ No newline at end of file From be3ec30e588e14c6dcb900388f2817d03d9962dd Mon Sep 17 00:00:00 2001 From: Mimbao Date: Fri, 21 Aug 2026 12:34:34 +0800 Subject: [PATCH 07/12] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index e28d47baf3..84c3d2aaf7 100644 --- a/progress.json +++ b/progress.json @@ -140,5 +140,14 @@ "Great work! You have successfully updated the tags to point to the correct commits." ], "status": "Completed" + }, + { + "exercise_name": "tags-push", + "started_at": 1787286869.872211, + "completed_at": 1787286873.425093, + "comments": [ + "Wonderful! You have successfully synced the local tags with the remote tags!" + ], + "status": "Completed" } ] \ No newline at end of file From a5dd4a453b004f88b59f41032c0d797932d0eb27 Mon Sep 17 00:00:00 2001 From: Mimbao Date: Fri, 21 Aug 2026 12:48:06 +0800 Subject: [PATCH 08/12] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index 84c3d2aaf7..56d0fbba5f 100644 --- a/progress.json +++ b/progress.json @@ -149,5 +149,14 @@ "Wonderful! You have successfully synced the local tags with the remote tags!" ], "status": "Completed" + }, + { + "exercise_name": "sensors-diff", + "started_at": 1787287682.962612, + "completed_at": 1787287685.506692, + "comments": [ + "Great work comparing commits in git history!" + ], + "status": "Completed" } ] \ No newline at end of file From fbd6bc749e2df019d6070d6ba3db77b6db8582af Mon Sep 17 00:00:00 2001 From: Mimbao Date: Fri, 21 Aug 2026 12:58:42 +0800 Subject: [PATCH 09/12] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index 56d0fbba5f..71410d2db3 100644 --- a/progress.json +++ b/progress.json @@ -158,5 +158,14 @@ "Great work comparing commits in git history!" ], "status": "Completed" + }, + { + "exercise_name": "sensors-checkout", + "started_at": 1787288320.014389, + "completed_at": 1787288322.137471, + "comments": [ + "Great work traversing the revision history!" + ], + "status": "Completed" } ] \ No newline at end of file From ec25a27d8be1d7f561d5d9ef289b845b52b2145d Mon Sep 17 00:00:00 2001 From: Mimbao Date: Fri, 21 Aug 2026 13:02:41 +0800 Subject: [PATCH 10/12] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index 71410d2db3..b0fe3dde11 100644 --- a/progress.json +++ b/progress.json @@ -167,5 +167,14 @@ "Great work traversing the revision history!" ], "status": "Completed" + }, + { + "exercise_name": "sensors-reset", + "started_at": 1787288557.665511, + "completed_at": 1787288560.414886, + "comments": [ + "You have reset the repository to the correct state!" + ], + "status": "Completed" } ] \ No newline at end of file From de4cf8657fc4a1bc16a3a9f7562ab48f4c64abb2 Mon Sep 17 00:00:00 2001 From: Mimbao Date: Fri, 21 Aug 2026 13:05:26 +0800 Subject: [PATCH 11/12] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index b0fe3dde11..786f66af26 100644 --- a/progress.json +++ b/progress.json @@ -176,5 +176,14 @@ "You have reset the repository to the correct state!" ], "status": "Completed" + }, + { + "exercise_name": "sensors-revert", + "started_at": 1787288723.039828, + "completed_at": 1787288725.348924, + "comments": [ + "Good work reverting commits!" + ], + "status": "Completed" } ] \ No newline at end of file From b3b5cdea8b181884c53479744b610c4d5561f470 Mon Sep 17 00:00:00 2001 From: Mimbao Date: Fri, 21 Aug 2026 13:08:56 +0800 Subject: [PATCH 12/12] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index 786f66af26..9973bc0c12 100644 --- a/progress.json +++ b/progress.json @@ -185,5 +185,14 @@ "Good work reverting commits!" ], "status": "Completed" + }, + { + "exercise_name": "staging-intervention", + "started_at": 1787288934.023678, + "completed_at": 1787288936.248909, + "comments": [ + "Great work! You have successfully fixed the attendance system!" + ], + "status": "Completed" } ] \ No newline at end of file