From 708c7021d1893282a3b29e266189f10b1ffd2715 Mon Sep 17 00:00:00 2001 From: Keng How Date: Tue, 27 Jan 2026 17:31:59 +0800 Subject: [PATCH 01/25] Sync progress with local machine --- progress.json | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 progress.json diff --git a/progress.json b/progress.json new file mode 100644 index 000000000..a7e4e5c40 --- /dev/null +++ b/progress.json @@ -0,0 +1,36 @@ +[ + { + "exercise_name": "grocery-shopping", + "started_at": 1769337628.796188, + "completed_at": 1769337630.097532, + "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": 1769338692.173381, + "completed_at": 1769338693.469578, + "comments": [], + "status": "Completed" + }, + { + "exercise_name": "stage-fright", + "started_at": 1769336387.767648, + "completed_at": 1769336389.035291, + "comments": [ + "Great work! You have successfully checked in all the actors!" + ], + "status": "Completed" + }, + { + "exercise_name": "under-control", + "started_at": 1769190032.817117, + "completed_at": 1769190034.112138, + "comments": [ + "You successfully used git init to initialize this folder as a Git repository!" + ], + "status": "Completed" + } +] \ No newline at end of file From 1ed417e0c012d421ba7af43e1d83d8d754c4831d Mon Sep 17 00:00:00 2001 From: Keng How Date: Tue, 27 Jan 2026 17:52:22 +0800 Subject: [PATCH 02/25] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index a7e4e5c40..4787d14ea 100644 --- a/progress.json +++ b/progress.json @@ -32,5 +32,14 @@ "You successfully used git init to initialize this folder as a Git repository!" ], "status": "Completed" + }, + { + "exercise_name": "link-me", + "started_at": 1769507540.900795, + "completed_at": 1769507542.244008, + "comments": [ + "Great work with using git remote to add an upstream remote!" + ], + "status": "Completed" } ] \ No newline at end of file From f30ae581779161b0bb55d6a7dfb93012d93c7b5c Mon Sep 17 00:00:00 2001 From: Keng How Date: Wed, 28 Jan 2026 13:58:36 +0800 Subject: [PATCH 03/25] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index 4787d14ea..8ae79aae2 100644 --- a/progress.json +++ b/progress.json @@ -41,5 +41,14 @@ "Great work with using git remote to add an upstream remote!" ], "status": "Completed" + }, + { + "exercise_name": "push-over", + "started_at": 1769579913.854488, + "completed_at": 1769579915.717945, + "comments": [ + "Great work pushing changes to the remote!" + ], + "status": "Completed" } ] \ No newline at end of file From 05fe1c09e7948147ffbc361b71450b8a176992a7 Mon Sep 17 00:00:00 2001 From: Keng How Date: Wed, 28 Jan 2026 14:26:33 +0800 Subject: [PATCH 04/25] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index 8ae79aae2..8eb992eee 100644 --- a/progress.json +++ b/progress.json @@ -50,5 +50,14 @@ "Great work pushing changes to the remote!" ], "status": "Completed" + }, + { + "exercise_name": "ignoring-somethings", + "started_at": 1769581588.040962, + "completed_at": 1769581592.914874, + "comments": [ + "You should be ignoring the rest of many/* except many/file22.txt!" + ], + "status": "Incomplete" } ] \ No newline at end of file From 4597fb3dd19dbcbd8ba2da6e4e5f91d228f83037 Mon Sep 17 00:00:00 2001 From: Keng How Date: Wed, 28 Jan 2026 15:47:49 +0800 Subject: [PATCH 05/25] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index 8eb992eee..cead31359 100644 --- a/progress.json +++ b/progress.json @@ -59,5 +59,14 @@ "You should be ignoring the rest of many/* except many/file22.txt!" ], "status": "Incomplete" + }, + { + "exercise_name": "fork-repo", + "started_at": 1769586466.011633, + "completed_at": 1769586468.900153, + "comments": [ + "Great work creating a fork with Github!" + ], + "status": "Completed" } ] \ No newline at end of file From 006e5ae572c01b044b4ad369febcc36ddb4717f2 Mon Sep 17 00:00:00 2001 From: Keng How Date: Wed, 28 Jan 2026 16:13:43 +0800 Subject: [PATCH 06/25] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index cead31359..55d39be2e 100644 --- a/progress.json +++ b/progress.json @@ -68,5 +68,14 @@ "Great work creating a fork with Github!" ], "status": "Completed" + }, + { + "exercise_name": "clone-repo", + "started_at": 1769588019.626803, + "completed_at": 1769588022.963893, + "comments": [ + "Great work creating a clone of a fork from Github!" + ], + "status": "Completed" } ] \ No newline at end of file From 3cbbd35ebb274f7ba0670037f033cc7012995fbb Mon Sep 17 00:00:00 2001 From: Keng How Date: Wed, 28 Jan 2026 16:36:19 +0800 Subject: [PATCH 07/25] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index 55d39be2e..4c035b6fc 100644 --- a/progress.json +++ b/progress.json @@ -77,5 +77,14 @@ "Great work creating a clone of a fork from Github!" ], "status": "Completed" + }, + { + "exercise_name": "fetch-and-pull", + "started_at": 1769589377.005297, + "completed_at": 1769589378.476511, + "comments": [ + "Great work fetching and pulling different upstreams!" + ], + "status": "Completed" } ] \ No newline at end of file From ca2fb958066b20f35200719e3a69e7ce2f532249 Mon Sep 17 00:00:00 2001 From: Keng How Date: Wed, 28 Jan 2026 23:58:53 +0800 Subject: [PATCH 08/25] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index 4c035b6fc..7e8cac6cb 100644 --- a/progress.json +++ b/progress.json @@ -86,5 +86,14 @@ "Great work fetching and pulling different upstreams!" ], "status": "Completed" + }, + { + "exercise_name": "view-commits", + "started_at": 1769615931.084717, + "completed_at": 1769615933.094334, + "comments": [ + "Great work in viewing and understanding the diff of a specific commit!" + ], + "status": "Completed" } ] \ No newline at end of file From 27497145f0f18d86ee340a1c9af75fb873f707b5 Mon Sep 17 00:00:00 2001 From: Keng How Date: Thu, 29 Jan 2026 01:34:41 +0800 Subject: [PATCH 09/25] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index 7e8cac6cb..adc2780d6 100644 --- a/progress.json +++ b/progress.json @@ -95,5 +95,14 @@ "Great work in viewing and understanding the diff of a specific commit!" ], "status": "Completed" + }, + { + "exercise_name": "tags-add", + "started_at": 1769621679.184554, + "completed_at": 1769621680.474403, + "comments": [ + "Great work using git tag to annotate various commits in the repository!" + ], + "status": "Completed" } ] \ No newline at end of file From 7c723858160f795fe836d978304bb1e99161858a Mon Sep 17 00:00:00 2001 From: Keng How Date: Thu, 29 Jan 2026 01:38:48 +0800 Subject: [PATCH 10/25] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index adc2780d6..3bc79111a 100644 --- a/progress.json +++ b/progress.json @@ -104,5 +104,14 @@ "Great work using git tag to annotate various commits in the repository!" ], "status": "Completed" + }, + { + "exercise_name": "tags-update", + "started_at": 1769621925.651821, + "completed_at": 1769621927.007376, + "comments": [ + "Great work! You have successfully updated the tags to point to the correct commits." + ], + "status": "Completed" } ] \ No newline at end of file From 881de0cd546330afc1f8e9cc68fc5b30b105ca56 Mon Sep 17 00:00:00 2001 From: Keng How Date: Thu, 29 Jan 2026 01:43:26 +0800 Subject: [PATCH 11/25] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index 3bc79111a..ce4db64af 100644 --- a/progress.json +++ b/progress.json @@ -113,5 +113,14 @@ "Great work! You have successfully updated the tags to point to the correct commits." ], "status": "Completed" + }, + { + "exercise_name": "tags-push", + "started_at": 1769622203.437684, + "completed_at": 1769622206.080344, + "comments": [ + "Wonderful! You have successfully synced the local tags with the remote tags!" + ], + "status": "Completed" } ] \ No newline at end of file From 477f7cd2018138c903abf3c4020ac99a160ab996 Mon Sep 17 00:00:00 2001 From: Keng How Date: Thu, 29 Jan 2026 02:08:03 +0800 Subject: [PATCH 12/25] Update progress --- progress.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/progress.json b/progress.json index ce4db64af..c504b6c4b 100644 --- a/progress.json +++ b/progress.json @@ -122,5 +122,16 @@ "Wonderful! You have successfully synced the local tags with the remote tags!" ], "status": "Completed" + }, + { + "exercise_name": "sensors-diff", + "started_at": 1769623679.906588, + "completed_at": 1769623682.90313, + "comments": [ + "Answer for Which are the new values in modified but unstaged files? does not contain all of the right answers.", + "Answer for Which files have changed from Jan 09th to Jan 15th? does not contain all of the right answers.", + "Answer for Which new values are new in north.csv on Jan 10th, compared to Jan 01st? is not right." + ], + "status": "Incomplete" } ] \ No newline at end of file From f9f2baa2a541fe1de2e3d910eb83ad19c6268965 Mon Sep 17 00:00:00 2001 From: Keng How Date: Thu, 29 Jan 2026 12:28:41 +0800 Subject: [PATCH 13/25] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index c504b6c4b..4184f12db 100644 --- a/progress.json +++ b/progress.json @@ -133,5 +133,14 @@ "Answer for Which new values are new in north.csv on Jan 10th, compared to Jan 01st? is not right." ], "status": "Incomplete" + }, + { + "exercise_name": "sensors-checkout", + "started_at": 1769660919.755484, + "completed_at": 1769660921.126407, + "comments": [ + "Great work traversing the revision history!" + ], + "status": "Completed" } ] \ No newline at end of file From 571ec5bad77fb8a36f19baebaa12a43242fc404e Mon Sep 17 00:00:00 2001 From: Keng How Date: Thu, 29 Jan 2026 12:52:33 +0800 Subject: [PATCH 14/25] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index 4184f12db..ed7b2c8b0 100644 --- a/progress.json +++ b/progress.json @@ -142,5 +142,14 @@ "Great work traversing the revision history!" ], "status": "Completed" + }, + { + "exercise_name": "sensors-reset", + "started_at": 1769662351.131254, + "completed_at": 1769662352.564161, + "comments": [ + "You have reset the repository to the correct state!" + ], + "status": "Completed" } ] \ No newline at end of file From 572a30a1a815cd0ea6a184ac608471016e52aa4b Mon Sep 17 00:00:00 2001 From: Keng How Date: Thu, 29 Jan 2026 13:03:07 +0800 Subject: [PATCH 15/25] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index ed7b2c8b0..2a209eefd 100644 --- a/progress.json +++ b/progress.json @@ -151,5 +151,14 @@ "You have reset the repository to the correct state!" ], "status": "Completed" + }, + { + "exercise_name": "sensors-revert", + "started_at": 1769662983.836892, + "completed_at": 1769662986.817384, + "comments": [ + "You have not reverted all the commits yet!" + ], + "status": "Incomplete" } ] \ No newline at end of file From d0a4a7137c94688a80ee5d7195542b5b574b0674 Mon Sep 17 00:00:00 2001 From: Keng How Date: Mon, 2 Feb 2026 19:34:28 +0800 Subject: [PATCH 16/25] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index 2a209eefd..add07eb7b 100644 --- a/progress.json +++ b/progress.json @@ -160,5 +160,14 @@ "You have not reverted all the commits yet!" ], "status": "Incomplete" + }, + { + "exercise_name": "side-track", + "started_at": 1770032066.116085, + "completed_at": 1770032067.552635, + "comments": [ + "Great work with using git branch and git checkout to fix the bugs!" + ], + "status": "Completed" } ] \ No newline at end of file From 0ddbd3091ba3a37292e85181cebf63d817f0471d Mon Sep 17 00:00:00 2001 From: Keng How Date: Mon, 2 Feb 2026 19:42:52 +0800 Subject: [PATCH 17/25] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index add07eb7b..4d52e64ec 100644 --- a/progress.json +++ b/progress.json @@ -169,5 +169,14 @@ "Great work with using git branch and git checkout to fix the bugs!" ], "status": "Completed" + }, + { + "exercise_name": "branch-previous", + "started_at": 1770032569.273073, + "completed_at": 1770032572.204189, + "comments": [ + "The 'sleep-line' branch should have the line 'I fell asleep on the couch.' added to story.txt." + ], + "status": "Incomplete" } ] \ No newline at end of file From 7d5a3ebb33d9d0faa330cef7af32f429d12fff0a Mon Sep 17 00:00:00 2001 From: Keng How Date: Mon, 2 Feb 2026 20:18:30 +0800 Subject: [PATCH 18/25] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index 4d52e64ec..200912227 100644 --- a/progress.json +++ b/progress.json @@ -178,5 +178,14 @@ "The 'sleep-line' branch should have the line 'I fell asleep on the couch.' added to story.txt." ], "status": "Incomplete" + }, + { + "exercise_name": "branch-bender", + "started_at": 1770034707.394084, + "completed_at": 1770034708.832025, + "comments": [ + "Great work with merging the branches in order! Try running the HTML files locally!" + ], + "status": "Completed" } ] \ No newline at end of file From 9b376375de85d33f41815687725e622a9d1b0b89 Mon Sep 17 00:00:00 2001 From: Keng How Date: Mon, 2 Feb 2026 20:28:01 +0800 Subject: [PATCH 19/25] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index 200912227..ce88231ba 100644 --- a/progress.json +++ b/progress.json @@ -187,5 +187,14 @@ "Great work with merging the branches in order! Try running the HTML files locally!" ], "status": "Completed" + }, + { + "exercise_name": "branch-forward", + "started_at": 1770035278.975607, + "completed_at": 1770035280.518575, + "comments": [ + "Great job fast-forward merging only 'with-sally'!" + ], + "status": "Completed" } ] \ No newline at end of file From 7c260d9e6414ae7a0faac82e1c489e5dce608048 Mon Sep 17 00:00:00 2001 From: Keng How Date: Mon, 2 Feb 2026 22:50:29 +0800 Subject: [PATCH 20/25] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index ce88231ba..4c5939ebf 100644 --- a/progress.json +++ b/progress.json @@ -196,5 +196,14 @@ "Great job fast-forward merging only 'with-sally'!" ], "status": "Completed" + }, + { + "exercise_name": "conflict-mediator", + "started_at": 1770043822.959736, + "completed_at": 1770043828.313157, + "comments": [ + "You still have uncommitted changes. Commit them first on the appropriate branch first!" + ], + "status": "Incomplete" } ] \ No newline at end of file From ff6a10cdecba09187d8520dc6ddcfe082bd96fb3 Mon Sep 17 00:00:00 2001 From: Keng How Date: Mon, 2 Feb 2026 22:53:01 +0800 Subject: [PATCH 21/25] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index 4c5939ebf..a4d916564 100644 --- a/progress.json +++ b/progress.json @@ -205,5 +205,14 @@ "You still have uncommitted changes. Commit them first on the appropriate branch first!" ], "status": "Incomplete" + }, + { + "exercise_name": "conflict-mediator", + "started_at": 1770043978.975467, + "completed_at": 1770043980.460628, + "comments": [ + "Great work resolving the merge conflict!" + ], + "status": "Completed" } ] \ No newline at end of file From 4a21f8dab7a0c34eb3bc3377020305fafc61d7f9 Mon Sep 17 00:00:00 2001 From: Keng How Date: Mon, 2 Feb 2026 23:06:25 +0800 Subject: [PATCH 22/25] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index a4d916564..60d453c0a 100644 --- a/progress.json +++ b/progress.json @@ -214,5 +214,14 @@ "Great work resolving the merge conflict!" ], "status": "Completed" + }, + { + "exercise_name": "branch-rename", + "started_at": 1770044781.53427, + "completed_at": 1770044784.147911, + "comments": [ + "Great work with renaming the branches on your local repository!" + ], + "status": "Completed" } ] \ No newline at end of file From 86718d1d18134a560dca34529f6aa3dc4c2500dd Mon Sep 17 00:00:00 2001 From: Keng How Date: Mon, 2 Feb 2026 23:15:20 +0800 Subject: [PATCH 23/25] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index 60d453c0a..0cad80e4b 100644 --- a/progress.json +++ b/progress.json @@ -223,5 +223,14 @@ "Great work with renaming the branches on your local repository!" ], "status": "Completed" + }, + { + "exercise_name": "branch-delete", + "started_at": 1770045318.221698, + "completed_at": 1770045319.672352, + "comments": [ + "Great job using git branch to delete both merged and unmerged branches!" + ], + "status": "Completed" } ] \ No newline at end of file From 4ab85d747e524512c236c7b55a06aaebd20a32f7 Mon Sep 17 00:00:00 2001 From: Keng How Date: Mon, 2 Feb 2026 23:40:48 +0800 Subject: [PATCH 24/25] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index 0cad80e4b..2d3c4700d 100644 --- a/progress.json +++ b/progress.json @@ -232,5 +232,14 @@ "Great job using git branch to delete both merged and unmerged branches!" ], "status": "Completed" + }, + { + "exercise_name": "mix-messy-docs", + "started_at": 1770046845.598392, + "completed_at": 1770046847.793223, + "comments": [ + "Great work using all of the concepts you've learnt about branching to mix the messy documentation!" + ], + "status": "Completed" } ] \ No newline at end of file From fac33becc0d89fa66bd955e1829d727e5b52a76f Mon Sep 17 00:00:00 2001 From: Keng How Date: Mon, 2 Feb 2026 23:53:49 +0800 Subject: [PATCH 25/25] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index 2d3c4700d..e29a96366 100644 --- a/progress.json +++ b/progress.json @@ -241,5 +241,14 @@ "Great work using all of the concepts you've learnt about branching to mix the messy documentation!" ], "status": "Completed" + }, + { + "exercise_name": "mix-messy-graph", + "started_at": 1770047627.576614, + "completed_at": 1770047629.057308, + "comments": [ + "You have successfully completed the exercise!" + ], + "status": "Completed" } ] \ No newline at end of file