From 1ed7dd32fa09ffb7d38adea842550f9d58224d28 Mon Sep 17 00:00:00 2001 From: Gauhet Date: Fri, 21 Aug 2026 03:27:41 +0800 Subject: [PATCH 01/15] Sync progress with local machine --- progress.json | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 progress.json diff --git a/progress.json b/progress.json new file mode 100644 index 0000000000..07f32f1054 --- /dev/null +++ b/progress.json @@ -0,0 +1,45 @@ +[ + { + "exercise_name": "grocery-shopping", + "started_at": 1787248028.60402, + "completed_at": 1787248031.118033, + "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": 1787248713.698395, + "completed_at": 1787248717.754827, + "comments": [ + "Answer for What is the SHA of the commit HEAD points to? You can use the full length SHA or the short SHA (i.e. first 7 characters of the SHA) did not match any of the accepted answers." + ], + "status": "Incomplete" + }, + { + "exercise_name": "log-and-order", + "started_at": 1787248825.89685, + "completed_at": 1787248827.948919, + "comments": [], + "status": "Completed" + }, + { + "exercise_name": "stage-fright", + "started_at": 1787247434.113579, + "completed_at": 1787247436.103269, + "comments": [ + "Great work! You have successfully checked in all the actors!" + ], + "status": "Completed" + }, + { + "exercise_name": "under-control", + "started_at": 1787246653.90434, + "completed_at": 1787246655.879932, + "comments": [ + "You successfully used git init to initialize this folder as a Git repository!" + ], + "status": "Completed" + } +] \ No newline at end of file From 239bca066ccebb28b935720e4600874b935e273b Mon Sep 17 00:00:00 2001 From: Gauhet Date: Fri, 21 Aug 2026 03:30:19 +0800 Subject: [PATCH 02/15] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index 07f32f1054..b152b20e6e 100644 --- a/progress.json +++ b/progress.json @@ -41,5 +41,14 @@ "You successfully used git init to initialize this folder as a Git repository!" ], "status": "Completed" + }, + { + "exercise_name": "remote-control", + "started_at": 1787254187.935415, + "completed_at": 1787254218.327127, + "comments": [ + "That is not the right Github url!" + ], + "status": "Incomplete" } ] \ No newline at end of file From da7903bbecc6e5e08a9d4a70f74c56be54b3aeb9 Mon Sep 17 00:00:00 2001 From: Gauhet Date: Fri, 21 Aug 2026 03:31:38 +0800 Subject: [PATCH 03/15] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index b152b20e6e..ea8480f07b 100644 --- a/progress.json +++ b/progress.json @@ -50,5 +50,14 @@ "That is not the right Github url!" ], "status": "Incomplete" + }, + { + "exercise_name": "remote-control", + "started_at": 1787254290.958247, + "completed_at": 1787254297.740841, + "comments": [ + "Great work setting up a public remote repository!" + ], + "status": "Completed" } ] \ No newline at end of file From 86b737b5fc2bf4011c96657a1418226b217c4000 Mon Sep 17 00:00:00 2001 From: Gauhet Date: Fri, 21 Aug 2026 03:39:34 +0800 Subject: [PATCH 04/15] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index ea8480f07b..add5577111 100644 --- a/progress.json +++ b/progress.json @@ -59,5 +59,14 @@ "Great work setting up a public remote repository!" ], "status": "Completed" + }, + { + "exercise_name": "link-me", + "started_at": 1787254771.044962, + "completed_at": 1787254773.820885, + "comments": [ + "Great work with using git remote to add an upstream remote!" + ], + "status": "Completed" } ] \ No newline at end of file From 6b23d043641ec2dfa805ce66e3737c9b1693d27f Mon Sep 17 00:00:00 2001 From: Gauhet Date: Fri, 21 Aug 2026 03:47:01 +0800 Subject: [PATCH 05/15] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index add5577111..900fc7c95a 100644 --- a/progress.json +++ b/progress.json @@ -68,5 +68,14 @@ "Great work with using git remote to add an upstream remote!" ], "status": "Completed" + }, + { + "exercise_name": "push-over", + "started_at": 1787255215.802959, + "completed_at": 1787255221.125973, + "comments": [ + "You should have made a separate commit!" + ], + "status": "Incomplete" } ] \ No newline at end of file From 6bc52ff2f81a0c57106ff806b981e8b8dfb191d5 Mon Sep 17 00:00:00 2001 From: Gauhet Date: Fri, 21 Aug 2026 03:47:42 +0800 Subject: [PATCH 06/15] Reset progress for push-over --- progress.json | 9 --------- 1 file changed, 9 deletions(-) diff --git a/progress.json b/progress.json index 900fc7c95a..add5577111 100644 --- a/progress.json +++ b/progress.json @@ -68,14 +68,5 @@ "Great work with using git remote to add an upstream remote!" ], "status": "Completed" - }, - { - "exercise_name": "push-over", - "started_at": 1787255215.802959, - "completed_at": 1787255221.125973, - "comments": [ - "You should have made a separate commit!" - ], - "status": "Incomplete" } ] \ No newline at end of file From d9c6509eba843b8cbaec35a98701fceda45d610a Mon Sep 17 00:00:00 2001 From: Gauhet Date: Fri, 21 Aug 2026 03:51:38 +0800 Subject: [PATCH 07/15] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index add5577111..ff03bfddc0 100644 --- a/progress.json +++ b/progress.json @@ -68,5 +68,14 @@ "Great work with using git remote to add an upstream remote!" ], "status": "Completed" + }, + { + "exercise_name": "push-over", + "started_at": 1787255492.737375, + "completed_at": 1787255497.382854, + "comments": [ + "You should have made a separate commit!" + ], + "status": "Incomplete" } ] \ No newline at end of file From 1c5970ce4f0d6dbf687df46132a4a07871e07e80 Mon Sep 17 00:00:00 2001 From: Gauhet Date: Fri, 21 Aug 2026 03:53:31 +0800 Subject: [PATCH 08/15] Reset progress for push-over --- progress.json | 9 --------- 1 file changed, 9 deletions(-) diff --git a/progress.json b/progress.json index ff03bfddc0..add5577111 100644 --- a/progress.json +++ b/progress.json @@ -68,14 +68,5 @@ "Great work with using git remote to add an upstream remote!" ], "status": "Completed" - }, - { - "exercise_name": "push-over", - "started_at": 1787255492.737375, - "completed_at": 1787255497.382854, - "comments": [ - "You should have made a separate commit!" - ], - "status": "Incomplete" } ] \ No newline at end of file From bee871b78650741db3e5707f4b1202f741b8a7b4 Mon Sep 17 00:00:00 2001 From: Gauhet Date: Fri, 21 Aug 2026 04:01:15 +0800 Subject: [PATCH 09/15] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index add5577111..08bfcab454 100644 --- a/progress.json +++ b/progress.json @@ -68,5 +68,14 @@ "Great work with using git remote to add an upstream remote!" ], "status": "Completed" + }, + { + "exercise_name": "push-over", + "started_at": 1787256071.122147, + "completed_at": 1787256074.458038, + "comments": [ + "Great work pushing changes to the remote!" + ], + "status": "Completed" } ] \ No newline at end of file From 62f7a538523307bc6fd4c8b464eba89c27f14d6c Mon Sep 17 00:00:00 2001 From: Gauhet Date: Fri, 21 Aug 2026 04:13:17 +0800 Subject: [PATCH 10/15] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index 08bfcab454..bd199cee67 100644 --- a/progress.json +++ b/progress.json @@ -77,5 +77,14 @@ "Great work pushing changes to the remote!" ], "status": "Completed" + }, + { + "exercise_name": "ignoring-somethings", + "started_at": 1787256785.477434, + "completed_at": 1787256796.542025, + "comments": [ + "You are still ignoring why_am_i_hidden.txt. Find where the file is and fix that." + ], + "status": "Incomplete" } ] \ No newline at end of file From 29eca7f3581c3c037ded8884666a47869b69e93a Mon Sep 17 00:00:00 2001 From: Gauhet Date: Fri, 21 Aug 2026 04:14:47 +0800 Subject: [PATCH 11/15] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index bd199cee67..a18a16f429 100644 --- a/progress.json +++ b/progress.json @@ -86,5 +86,14 @@ "You are still ignoring why_am_i_hidden.txt. Find where the file is and fix that." ], "status": "Incomplete" + }, + { + "exercise_name": "ignoring-somethings", + "started_at": 1787256877.768077, + "completed_at": 1787256886.452826, + "comments": [ + "Great work using .gitignore!" + ], + "status": "Completed" } ] \ No newline at end of file From ff84de2ce7746aa5a619c59d689f9dac74792078 Mon Sep 17 00:00:00 2001 From: Gauhet Date: Sat, 22 Aug 2026 16:56:25 +0800 Subject: [PATCH 12/15] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index a18a16f429..c687c76d41 100644 --- a/progress.json +++ b/progress.json @@ -95,5 +95,14 @@ "Great work using .gitignore!" ], "status": "Completed" + }, + { + "exercise_name": "under-control", + "started_at": 1787388981.548855, + "completed_at": 1787388984.123291, + "comments": [ + "You successfully used git init to initialize this folder as a Git repository!" + ], + "status": "Completed" } ] \ No newline at end of file From 3422d5c5b8ad332050dfdfed877db8ebd6243496 Mon Sep 17 00:00:00 2001 From: Gauhet Date: Sat, 22 Aug 2026 17:07:47 +0800 Subject: [PATCH 13/15] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index c687c76d41..ffccd9cb04 100644 --- a/progress.json +++ b/progress.json @@ -104,5 +104,14 @@ "You successfully used git init to initialize this folder as a Git repository!" ], "status": "Completed" + }, + { + "exercise_name": "stage-fright", + "started_at": 1787389664.381462, + "completed_at": 1787389666.93105, + "comments": [ + "Great work! You have successfully checked in all the actors!" + ], + "status": "Completed" } ] \ No newline at end of file From b4b97e9f9edeaa8fbcefb4320c21096544013bfb Mon Sep 17 00:00:00 2001 From: Gauhet Date: Sat, 22 Aug 2026 17:19:30 +0800 Subject: [PATCH 14/15] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index ffccd9cb04..0484772e02 100644 --- a/progress.json +++ b/progress.json @@ -113,5 +113,14 @@ "Great work! You have successfully checked in all the actors!" ], "status": "Completed" + }, + { + "exercise_name": "grocery-shopping", + "started_at": 1787390366.445627, + "completed_at": 1787390369.239636, + "comments": [ + "Great work! You have successfully used `git add` and `git commit` to modify the shopping list! Keep it up!" + ], + "status": "Completed" } ] \ No newline at end of file From 05d6083bc63d02953bf09d7d6ab81fc141597889 Mon Sep 17 00:00:00 2001 From: Gauhet Date: Sat, 22 Aug 2026 17:28:41 +0800 Subject: [PATCH 15/15] Update progress --- progress.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/progress.json b/progress.json index 0484772e02..c135b56481 100644 --- a/progress.json +++ b/progress.json @@ -122,5 +122,12 @@ "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": 1787390918.375844, + "completed_at": 1787390920.9553, + "comments": [], + "status": "Completed" } ] \ No newline at end of file