From 6d35a5d130c0c1835b74022cfba9ba8ecf795cec Mon Sep 17 00:00:00 2001 From: nana-6381 <190936945+nana-6381@users.noreply.github.com> Date: Sun, 1 Feb 2026 19:42:00 +0800 Subject: [PATCH 01/13] Sync progress with local machine --- progress.json | 66 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 66 insertions(+) create mode 100644 progress.json diff --git a/progress.json b/progress.json new file mode 100644 index 000000000..b7e0cacb4 --- /dev/null +++ b/progress.json @@ -0,0 +1,66 @@ +[ + { + "exercise_name": "grocery-shopping", + "started_at": 1769148193.734901, + "completed_at": 1769148196.689651, + "comments": [ + "There are no new grocery list items added to the shopping list." + ], + "status": "Incomplete" + }, + { + "exercise_name": "grocery-shopping", + "started_at": 1769148247.157899, + "completed_at": 1769148249.983795, + "comments": [ + "New grocery list items added to shopping-list.txt are not committed.", + "Grocery list items removed from shopping-list.txt are not committed." + ], + "status": "Incomplete" + }, + { + "exercise_name": "grocery-shopping", + "started_at": 1769148327.086324, + "completed_at": 1769148328.53654, + "comments": [ + "Great work! You have successfully used `git add` and `git commit` to modify the shopping list! Keep it up!" + ], + "status": "Completed" + }, + { + "exercise_name": "stage-fright", + "started_at": 1769147867.49222, + "completed_at": 1769147868.909078, + "comments": [ + "Great work! You have successfully checked in all the actors!" + ], + "status": "Completed" + }, + { + "exercise_name": "under-control", + "started_at": 1768447183.755814, + "completed_at": 1768447185.027305, + "comments": [ + "You successfully used git init to initialize this folder as a Git repository!" + ], + "status": "Completed" + }, + { + "exercise_name": "under-control", + "started_at": 1769099439.540494, + "completed_at": 1769099440.841868, + "comments": [ + "You successfully used git init to initialize this folder as a Git repository!" + ], + "status": "Completed" + }, + { + "exercise_name": "undo-init", + "started_at": 1769103560.172091, + "completed_at": 1769103561.407815, + "comments": [ + "You have successfully undone the init operation!" + ], + "status": "Completed" + } +] \ No newline at end of file From 8c53a839eb35a69b6e09e9feb93bf558ada451a2 Mon Sep 17 00:00:00 2001 From: nana-6381 <190936945+nana-6381@users.noreply.github.com> Date: Sun, 1 Feb 2026 19:49:15 +0800 Subject: [PATCH 02/13] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index b7e0cacb4..74239cf7c 100644 --- a/progress.json +++ b/progress.json @@ -62,5 +62,14 @@ "You have successfully undone the init operation!" ], "status": "Completed" + }, + { + "exercise_name": "remote-control", + "started_at": 1769946502.706334, + "completed_at": 1769946554.568827, + "comments": [ + "That is not the right Github url!" + ], + "status": "Incomplete" } ] \ No newline at end of file From 3f424a91808b47f5be16b479a9ba023e4fa36a8c Mon Sep 17 00:00:00 2001 From: nana-6381 <190936945+nana-6381@users.noreply.github.com> Date: Sun, 1 Feb 2026 19:50:49 +0800 Subject: [PATCH 03/13] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index 74239cf7c..7d7f2406d 100644 --- a/progress.json +++ b/progress.json @@ -71,5 +71,14 @@ "That is not the right Github url!" ], "status": "Incomplete" + }, + { + "exercise_name": "remote-control", + "started_at": 1769946615.119997, + "completed_at": 1769946648.209665, + "comments": [ + "That is not the right Github url!" + ], + "status": "Incomplete" } ] \ No newline at end of file From cdc30886941efe8ba431f965d8c9663e4b454f4c Mon Sep 17 00:00:00 2001 From: nana-6381 <190936945+nana-6381@users.noreply.github.com> Date: Sun, 1 Feb 2026 19:51:07 +0800 Subject: [PATCH 04/13] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index 7d7f2406d..6552912f7 100644 --- a/progress.json +++ b/progress.json @@ -80,5 +80,14 @@ "That is not the right Github url!" ], "status": "Incomplete" + }, + { + "exercise_name": "remote-control", + "started_at": 1769946662.482448, + "completed_at": 1769946667.345921, + "comments": [ + "Great work setting up a public remote repository!" + ], + "status": "Completed" } ] \ No newline at end of file From 81f2880cb4bdd38ae61592887ca876687a3b6329 Mon Sep 17 00:00:00 2001 From: nana-6381 <190936945+nana-6381@users.noreply.github.com> Date: Sun, 1 Feb 2026 20:28:56 +0800 Subject: [PATCH 05/13] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index 6552912f7..065b36775 100644 --- a/progress.json +++ b/progress.json @@ -89,5 +89,14 @@ "Great work setting up a public remote repository!" ], "status": "Completed" + }, + { + "exercise_name": "link-me", + "started_at": 1769948934.685164, + "completed_at": 1769948935.944335, + "comments": [ + "Great work with using git remote to add an upstream remote!" + ], + "status": "Completed" } ] \ No newline at end of file From 8195e575896afb5c5600bf57d0421dc1890db93b Mon Sep 17 00:00:00 2001 From: nana-6381 <190936945+nana-6381@users.noreply.github.com> Date: Mon, 2 Feb 2026 14:52:42 +0800 Subject: [PATCH 06/13] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index 065b36775..846fa7c75 100644 --- a/progress.json +++ b/progress.json @@ -98,5 +98,14 @@ "Great work with using git remote to add an upstream remote!" ], "status": "Completed" + }, + { + "exercise_name": "push-over", + "started_at": 1770015156.048744, + "completed_at": 1770015162.241118, + "comments": [ + "You might have forgotten to push your commit to the remote repository." + ], + "status": "Incomplete" } ] \ No newline at end of file From 3b8c612f77d8a3d310e2f59e3d1983a30e802dca Mon Sep 17 00:00:00 2001 From: nana-6381 <190936945+nana-6381@users.noreply.github.com> Date: Mon, 2 Feb 2026 14:53:07 +0800 Subject: [PATCH 07/13] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index 846fa7c75..b022b3b36 100644 --- a/progress.json +++ b/progress.json @@ -107,5 +107,14 @@ "You might have forgotten to push your commit to the remote repository." ], "status": "Incomplete" + }, + { + "exercise_name": "push-over", + "started_at": 1770015183.040636, + "completed_at": 1770015187.521934, + "comments": [ + "Great work pushing changes to the remote!" + ], + "status": "Completed" } ] \ No newline at end of file From b111826eda52d97b2f07b8464ddca4e1e387c329 Mon Sep 17 00:00:00 2001 From: nana-6381 <190936945+nana-6381@users.noreply.github.com> Date: Mon, 2 Feb 2026 17:55:27 +0800 Subject: [PATCH 08/13] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index b022b3b36..b6efed235 100644 --- a/progress.json +++ b/progress.json @@ -116,5 +116,14 @@ "Great work pushing changes to the remote!" ], "status": "Completed" + }, + { + "exercise_name": "ignoring-somethings", + "started_at": 1770026124.896963, + "completed_at": 1770026127.109313, + "comments": [ + "Great work using .gitignore!" + ], + "status": "Completed" } ] \ No newline at end of file From af387a11757fd73e743a7b425b9f73f6c66037f1 Mon Sep 17 00:00:00 2001 From: nana-6381 <190936945+nana-6381@users.noreply.github.com> Date: Tue, 3 Feb 2026 15:56:14 +0800 Subject: [PATCH 09/13] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index b6efed235..e8d5e90f5 100644 --- a/progress.json +++ b/progress.json @@ -125,5 +125,14 @@ "Great work using .gitignore!" ], "status": "Completed" + }, + { + "exercise_name": "fork-repo", + "started_at": 1770105371.194197, + "completed_at": 1770105374.431942, + "comments": [ + "Great work creating a fork with Github!" + ], + "status": "Completed" } ] \ No newline at end of file From 6e65551324c5e5a7ddb4afdf7b7113803eb0df88 Mon Sep 17 00:00:00 2001 From: nana-6381 <190936945+nana-6381@users.noreply.github.com> Date: Tue, 3 Feb 2026 16:06:26 +0800 Subject: [PATCH 10/13] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index e8d5e90f5..04c928be5 100644 --- a/progress.json +++ b/progress.json @@ -134,5 +134,14 @@ "Great work creating a fork with Github!" ], "status": "Completed" + }, + { + "exercise_name": "clone-repo", + "started_at": 1770105981.270195, + "completed_at": 1770105985.77138, + "comments": [ + "Clone named shapes is missing! Remember to clone your fork using the name 'shapes', not 'gm-shapes'!" + ], + "status": "Incomplete" } ] \ No newline at end of file From e05e3c81cfc4dd0d216185c461c586daaf8cad45 Mon Sep 17 00:00:00 2001 From: nana-6381 <190936945+nana-6381@users.noreply.github.com> Date: Tue, 3 Feb 2026 16:59:38 +0800 Subject: [PATCH 11/13] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index 04c928be5..5d7fb7f91 100644 --- a/progress.json +++ b/progress.json @@ -143,5 +143,14 @@ "Clone named shapes is missing! Remember to clone your fork using the name 'shapes', not 'gm-shapes'!" ], "status": "Incomplete" + }, + { + "exercise_name": "clone-repo", + "started_at": 1770109174.952252, + "completed_at": 1770109178.376018, + "comments": [ + "Great work creating a clone of a fork from Github!" + ], + "status": "Completed" } ] \ No newline at end of file From a5348b28f9d7d094bacfd73e5beb4e41e68a694b Mon Sep 17 00:00:00 2001 From: nana-6381 <190936945+nana-6381@users.noreply.github.com> Date: Tue, 3 Feb 2026 20:04:08 +0800 Subject: [PATCH 12/13] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index 5d7fb7f91..3c9cae3ad 100644 --- a/progress.json +++ b/progress.json @@ -152,5 +152,14 @@ "Great work creating a clone of a fork from Github!" ], "status": "Completed" + }, + { + "exercise_name": "fetch-and-pull", + "started_at": 1770120246.206002, + "completed_at": 1770120247.526898, + "comments": [ + "Great work fetching and pulling different upstreams!" + ], + "status": "Completed" } ] \ No newline at end of file From 509d79b59f27c6b74d0645de554a6b80ce91d929 Mon Sep 17 00:00:00 2001 From: nana-6381 <190936945+nana-6381@users.noreply.github.com> Date: Sun, 15 Feb 2026 02:09:22 +0800 Subject: [PATCH 13/13] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index 3c9cae3ad..52a1762c7 100644 --- a/progress.json +++ b/progress.json @@ -161,5 +161,14 @@ "Great work fetching and pulling different upstreams!" ], "status": "Completed" + }, + { + "exercise_name": "side-track", + "started_at": 1771092559.760317, + "completed_at": 1771092561.086773, + "comments": [ + "Great work with using git branch and git checkout to fix the bugs!" + ], + "status": "Completed" } ] \ No newline at end of file