From 8e398fd76e6181ecaa8973905647d12581c1039e Mon Sep 17 00:00:00 2001 From: Itscoldhere Date: Fri, 21 Aug 2026 19:20:09 +0800 Subject: [PATCH 01/11] Sync progress with local machine --- progress.json | 63 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 63 insertions(+) create mode 100644 progress.json diff --git a/progress.json b/progress.json new file mode 100644 index 0000000000..4211099363 --- /dev/null +++ b/progress.json @@ -0,0 +1,63 @@ +[ + { + "exercise_name": "grocery-shopping", + "started_at": 1787238381.66397, + "completed_at": 1787238383.214659, + "comments": [ + "Great work! You have successfully used `git add` and `git commit` to modify the shopping list! Keep it up!" + ], + "status": "Completed" + }, + { + "exercise_name": "log-and-order", + "started_at": 1787240394.24862, + "completed_at": 1787240395.92707, + "comments": [], + "status": "Completed" + }, + { + "exercise_name": "stage-fright", + "started_at": 1787238138.895974, + "completed_at": 1787238140.406126, + "comments": [ + "Great work! You have successfully checked in all the actors!" + ], + "status": "Completed" + }, + { + "exercise_name": "staging-intervention", + "started_at": 1787238621.897921, + "completed_at": 1787238623.326918, + "comments": [ + "Great work! You have successfully fixed the attendance system!" + ], + "status": "Completed" + }, + { + "exercise_name": "under-control", + "started_at": 1787218533.268327, + "completed_at": 1787218534.744837, + "comments": [ + "You successfully used git init to initialize this folder as a Git repository!" + ], + "status": "Completed" + }, + { + "exercise_name": "under-control", + "started_at": 1787218547.681688, + "completed_at": 1787218549.200652, + "comments": [ + "You successfully used git init to initialize this folder as a Git repository!" + ], + "status": "Completed" + }, + { + "exercise_name": "undo-init", + "started_at": 1787218631.171252, + "completed_at": 1787218632.874374, + "comments": [ + "You have successfully undone the init operation!" + ], + "status": "Completed" + } +] \ No newline at end of file From f71edbee396296e5f5515ea7bf56ccc4636667e5 Mon Sep 17 00:00:00 2001 From: Itscoldhere Date: Fri, 21 Aug 2026 19:39:56 +0800 Subject: [PATCH 02/11] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index 4211099363..fff8ebcd10 100644 --- a/progress.json +++ b/progress.json @@ -59,5 +59,14 @@ "You have successfully undone the init operation!" ], "status": "Completed" + }, + { + "exercise_name": "remote-control", + "started_at": 1787312316.335798, + "completed_at": 1787312395.962382, + "comments": [ + "Great work setting up a public remote repository!" + ], + "status": "Completed" } ] \ No newline at end of file From 518e0163ce41520b509eb4026337fd58a6629366 Mon Sep 17 00:00:00 2001 From: Itscoldhere Date: Fri, 21 Aug 2026 19:53:31 +0800 Subject: [PATCH 03/11] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index fff8ebcd10..3bc2ad9302 100644 --- a/progress.json +++ b/progress.json @@ -68,5 +68,14 @@ "Great work setting up a public remote repository!" ], "status": "Completed" + }, + { + "exercise_name": "link-me", + "started_at": 1787313207.388581, + "completed_at": 1787313210.553311, + "comments": [ + "Missing remote called 'upstream'." + ], + "status": "Incomplete" } ] \ No newline at end of file From a5ec9e6a399b6126fdeead8908891d6b9e15a9cc Mon Sep 17 00:00:00 2001 From: Itscoldhere Date: Fri, 21 Aug 2026 19:54:14 +0800 Subject: [PATCH 04/11] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index 3bc2ad9302..414d41d3f3 100644 --- a/progress.json +++ b/progress.json @@ -77,5 +77,14 @@ "Missing remote called 'upstream'." ], "status": "Incomplete" + }, + { + "exercise_name": "link-me", + "started_at": 1787313251.042269, + "completed_at": 1787313254.104607, + "comments": [ + "Wrong 'upstream' remote URL" + ], + "status": "Incomplete" } ] \ No newline at end of file From 844aeb6de2e028a20a4ac7006060808520933941 Mon Sep 17 00:00:00 2001 From: Itscoldhere Date: Fri, 21 Aug 2026 20:07:18 +0800 Subject: [PATCH 05/11] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index 414d41d3f3..fe2fe4698b 100644 --- a/progress.json +++ b/progress.json @@ -86,5 +86,14 @@ "Wrong 'upstream' remote URL" ], "status": "Incomplete" + }, + { + "exercise_name": "link-me", + "started_at": 1787314036.853807, + "completed_at": 1787314038.474197, + "comments": [ + "Great work with using git remote to add an upstream remote!" + ], + "status": "Completed" } ] \ No newline at end of file From 0f7bd44c132035191380d6cb76ac27983a8a0d4b Mon Sep 17 00:00:00 2001 From: Itscoldhere Date: Fri, 21 Aug 2026 20:18:23 +0800 Subject: [PATCH 06/11] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index fe2fe4698b..055aac7e64 100644 --- a/progress.json +++ b/progress.json @@ -95,5 +95,14 @@ "Great work with using git remote to add an upstream remote!" ], "status": "Completed" + }, + { + "exercise_name": "push-over", + "started_at": 1787314700.735093, + "completed_at": 1787314702.877108, + "comments": [ + "Great work pushing changes to the remote!" + ], + "status": "Completed" } ] \ No newline at end of file From ce0c440993da5d8d212b27c3d8a795277b2530bd Mon Sep 17 00:00:00 2001 From: Itscoldhere Date: Fri, 21 Aug 2026 20:22:12 +0800 Subject: [PATCH 07/11] Update progress --- progress.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/progress.json b/progress.json index 055aac7e64..b7ebf26ba8 100644 --- a/progress.json +++ b/progress.json @@ -104,5 +104,16 @@ "Great work pushing changes to the remote!" ], "status": "Completed" + }, + { + "exercise_name": "ignoring-somethings", + "started_at": 1787314927.247078, + "completed_at": 1787314931.226573, + "comments": [ + "You should not be ignoring this/is/very/nested/find_me.txt!", + "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 80c0fb2a975e28aeca906dc658e2a7bb75751324 Mon Sep 17 00:00:00 2001 From: Itscoldhere Date: Fri, 21 Aug 2026 20:24:13 +0800 Subject: [PATCH 08/11] Update progress --- progress.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/progress.json b/progress.json index b7ebf26ba8..a69684f5e7 100644 --- a/progress.json +++ b/progress.json @@ -115,5 +115,15 @@ "You have not committed the relevant changes yet!" ], "status": "Incomplete" + }, + { + "exercise_name": "ignoring-somethings", + "started_at": 1787315048.547291, + "completed_at": 1787315052.618551, + "comments": [ + "You should not be ignoring this/is/very/nested/find_me.txt!", + "You should be using ** to match all subfolders to ignore runaway.txt." + ], + "status": "Incomplete" } ] \ No newline at end of file From dd1ba99e59d252f8bb0aa3c539338d29133de531 Mon Sep 17 00:00:00 2001 From: Itscoldhere Date: Fri, 21 Aug 2026 21:51:01 +0800 Subject: [PATCH 09/11] Update progress --- progress.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/progress.json b/progress.json index a69684f5e7..dc539e5706 100644 --- a/progress.json +++ b/progress.json @@ -125,5 +125,16 @@ "You should be using ** to match all subfolders to ignore runaway.txt." ], "status": "Incomplete" + }, + { + "exercise_name": "ignoring-somethings", + "started_at": 1787320257.245455, + "completed_at": 1787320261.266188, + "comments": [ + "You should not be ignoring this/is/very/nested/find_me.txt!", + "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 9826cc3e01f5782f9bfb9ec25249e575a8902996 Mon Sep 17 00:00:00 2001 From: Itscoldhere Date: Fri, 21 Aug 2026 21:54:00 +0800 Subject: [PATCH 10/11] Update progress --- progress.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/progress.json b/progress.json index dc539e5706..f23cb6f5a9 100644 --- a/progress.json +++ b/progress.json @@ -136,5 +136,15 @@ "You have not committed the relevant changes yet!" ], "status": "Incomplete" + }, + { + "exercise_name": "ignoring-somethings", + "started_at": 1787320435.380669, + "completed_at": 1787320439.76613, + "comments": [ + "You should not be ignoring this/is/very/nested/find_me.txt!", + "You should be using ** to match all subfolders to ignore runaway.txt." + ], + "status": "Incomplete" } ] \ No newline at end of file From 8bba216d2f19379268e0ff578d4114590fd5e0c5 Mon Sep 17 00:00:00 2001 From: Itscoldhere Date: Fri, 21 Aug 2026 21:56:23 +0800 Subject: [PATCH 11/11] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index f23cb6f5a9..d1867db888 100644 --- a/progress.json +++ b/progress.json @@ -146,5 +146,14 @@ "You should be using ** to match all subfolders to ignore runaway.txt." ], "status": "Incomplete" + }, + { + "exercise_name": "ignoring-somethings", + "started_at": 1787320580.142199, + "completed_at": 1787320582.589159, + "comments": [ + "Great work using .gitignore!" + ], + "status": "Completed" } ] \ No newline at end of file