From 5096fa506985da6516e61f29b808294c2c68a2a8 Mon Sep 17 00:00:00 2001 From: Jarren San <79039461+jarrensan@users.noreply.github.com> Date: Fri, 16 Jan 2026 15:42:03 +0800 Subject: [PATCH 01/12] Update progress --- progress.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 progress.json diff --git a/progress.json b/progress.json new file mode 100644 index 0000000000..1c912f9dfc --- /dev/null +++ b/progress.json @@ -0,0 +1,11 @@ +[ + { + "exercise_name": "remote-control", + "started_at": 1768549268.035551, + "completed_at": 1768549322.866697, + "comments": [ + "The remote repository url you provided either does not exist or is private. Try again!" + ], + "status": "Incomplete" + } +] \ No newline at end of file From e89a097279d28efe082929831ad026e8f0999b35 Mon Sep 17 00:00:00 2001 From: Jarren San <79039461+jarrensan@users.noreply.github.com> Date: Fri, 16 Jan 2026 15:48:05 +0800 Subject: [PATCH 02/12] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index 1c912f9dfc..37fdfc520e 100644 --- a/progress.json +++ b/progress.json @@ -7,5 +7,14 @@ "The remote repository url you provided either does not exist or is private. Try again!" ], "status": "Incomplete" + }, + { + "exercise_name": "link-me", + "started_at": 1768549681.530923, + "completed_at": 1768549684.580946, + "comments": [ + "Missing remote called 'upstream'." + ], + "status": "Incomplete" } ] \ No newline at end of file From 0af1699be4cf30c4ff838e9d3adba14cbddfe4ba Mon Sep 17 00:00:00 2001 From: Jarren San <79039461+jarrensan@users.noreply.github.com> Date: Fri, 16 Jan 2026 15:52:08 +0800 Subject: [PATCH 03/12] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index 37fdfc520e..b216729562 100644 --- a/progress.json +++ b/progress.json @@ -16,5 +16,14 @@ "Missing remote called 'upstream'." ], "status": "Incomplete" + }, + { + "exercise_name": "stage-fright", + "started_at": 1768549925.789366, + "completed_at": 1768549928.42668, + "comments": [ + "Great work! You have successfully checked in all the actors!" + ], + "status": "Completed" } ] \ No newline at end of file From cadb1cf2e41db80f262c0192a2689593d625fdd3 Mon Sep 17 00:00:00 2001 From: Jarren San <79039461+jarrensan@users.noreply.github.com> Date: Fri, 16 Jan 2026 15:55:32 +0800 Subject: [PATCH 04/12] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index b216729562..dd733ce82e 100644 --- a/progress.json +++ b/progress.json @@ -25,5 +25,14 @@ "Great work! You have successfully checked in all the actors!" ], "status": "Completed" + }, + { + "exercise_name": "grocery-shopping", + "started_at": 1768550129.380221, + "completed_at": 1768550132.412605, + "comments": [ + "There are no new grocery list items added to the shopping list." + ], + "status": "Incomplete" } ] \ No newline at end of file From ff66335fb3696e580c5ae6aece8bdf4066ce43fb Mon Sep 17 00:00:00 2001 From: Jarren San <79039461+jarrensan@users.noreply.github.com> Date: Fri, 16 Jan 2026 15:55:54 +0800 Subject: [PATCH 05/12] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index dd733ce82e..20399c63dd 100644 --- a/progress.json +++ b/progress.json @@ -34,5 +34,14 @@ "There are no new grocery list items added to the shopping list." ], "status": "Incomplete" + }, + { + "exercise_name": "grocery-shopping", + "started_at": 1768550152.232549, + "completed_at": 1768550153.960757, + "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 2c35fd6da98116adc6774c5da9bc464ff344b13e Mon Sep 17 00:00:00 2001 From: Jarren San <79039461+jarrensan@users.noreply.github.com> Date: Fri, 16 Jan 2026 16:03:28 +0800 Subject: [PATCH 06/12] Reset progress for link-me --- progress.json | 9 --------- 1 file changed, 9 deletions(-) diff --git a/progress.json b/progress.json index 20399c63dd..de5ba4a89c 100644 --- a/progress.json +++ b/progress.json @@ -8,15 +8,6 @@ ], "status": "Incomplete" }, - { - "exercise_name": "link-me", - "started_at": 1768549681.530923, - "completed_at": 1768549684.580946, - "comments": [ - "Missing remote called 'upstream'." - ], - "status": "Incomplete" - }, { "exercise_name": "stage-fright", "started_at": 1768549925.789366, From 5ac7248ed1b9935a02a184adf0c87ada1734e26f Mon Sep 17 00:00:00 2001 From: Jarren San <79039461+jarrensan@users.noreply.github.com> Date: Fri, 16 Jan 2026 16:04:25 +0800 Subject: [PATCH 07/12] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index de5ba4a89c..ca912ed6e5 100644 --- a/progress.json +++ b/progress.json @@ -34,5 +34,14 @@ "Great work! You have successfully used `git add` and `git commit` to modify the shopping list! Keep it up!" ], "status": "Completed" + }, + { + "exercise_name": "link-me", + "started_at": 1768550663.146925, + "completed_at": 1768550664.650692, + "comments": [ + "Great work with using git remote to add an upstream remote!" + ], + "status": "Completed" } ] \ No newline at end of file From 9d30bbd993978a65412a2b7a04791cb81667e4b1 Mon Sep 17 00:00:00 2001 From: Jarren San <79039461+jarrensan@users.noreply.github.com> Date: Fri, 16 Jan 2026 18:04:08 +0800 Subject: [PATCH 08/12] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index ca912ed6e5..b0999bc1fc 100644 --- a/progress.json +++ b/progress.json @@ -43,5 +43,14 @@ "Great work with using git remote to add an upstream remote!" ], "status": "Completed" + }, + { + "exercise_name": "clone-repo", + "started_at": 1768557844.159587, + "completed_at": 1768557847.674168, + "comments": [ + "Great work creating a clone of a fork from Github!" + ], + "status": "Completed" } ] \ No newline at end of file From 606570f8eb87436c14f60b2f73a1e05f15ce92a5 Mon Sep 17 00:00:00 2001 From: Jarren San <79039461+jarrensan@users.noreply.github.com> Date: Thu, 22 Jan 2026 10:46:49 +0800 Subject: [PATCH 09/12] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index b0999bc1fc..5184ce14ba 100644 --- a/progress.json +++ b/progress.json @@ -52,5 +52,14 @@ "Great work creating a clone of a fork from Github!" ], "status": "Completed" + }, + { + "exercise_name": "remote-control", + "started_at": 1769049900.072462, + "completed_at": 1769050008.962757, + "comments": [ + "Great work setting up a public remote repository!" + ], + "status": "Completed" } ] \ No newline at end of file From 5a2b4eb7e71c9c18e621d661213586d6d80a4df7 Mon Sep 17 00:00:00 2001 From: Jarren San <79039461+jarrensan@users.noreply.github.com> Date: Thu, 22 Jan 2026 10:57:45 +0800 Subject: [PATCH 10/12] Update progress --- progress.json | 45 +++++++++++++++++++++++++++------------------ 1 file changed, 27 insertions(+), 18 deletions(-) diff --git a/progress.json b/progress.json index 5184ce14ba..1a73d7d7a0 100644 --- a/progress.json +++ b/progress.json @@ -1,19 +1,10 @@ [ { - "exercise_name": "remote-control", - "started_at": 1768549268.035551, - "completed_at": 1768549322.866697, - "comments": [ - "The remote repository url you provided either does not exist or is private. Try again!" - ], - "status": "Incomplete" - }, - { - "exercise_name": "stage-fright", - "started_at": 1768549925.789366, - "completed_at": 1768549928.42668, + "exercise_name": "clone-repo", + "started_at": 1768557844.159587, + "completed_at": 1768557847.674168, "comments": [ - "Great work! You have successfully checked in all the actors!" + "Great work creating a clone of a fork from Github!" ], "status": "Completed" }, @@ -45,13 +36,13 @@ "status": "Completed" }, { - "exercise_name": "clone-repo", - "started_at": 1768557844.159587, - "completed_at": 1768557847.674168, + "exercise_name": "remote-control", + "started_at": 1768549268.035551, + "completed_at": 1768549322.866697, "comments": [ - "Great work creating a clone of a fork from Github!" + "The remote repository url you provided either does not exist or is private. Try again!" ], - "status": "Completed" + "status": "Incomplete" }, { "exercise_name": "remote-control", @@ -61,5 +52,23 @@ "Great work setting up a public remote repository!" ], "status": "Completed" + }, + { + "exercise_name": "stage-fright", + "started_at": 1768549925.789366, + "completed_at": 1768549928.42668, + "comments": [ + "Great work! You have successfully checked in all the actors!" + ], + "status": "Completed" + }, + { + "exercise_name": "under-control", + "started_at": 1769050663.407993, + "completed_at": 1769050664.938625, + "comments": [ + "You successfully used git init to initialize this folder as a Git repository!" + ], + "status": "Completed" } ] \ No newline at end of file From dfb9952f38f0e19cbc48147dfb2cb5a5e25ca2fc Mon Sep 17 00:00:00 2001 From: Jarren San <79039461+jarrensan@users.noreply.github.com> Date: Thu, 22 Jan 2026 11:01:29 +0800 Subject: [PATCH 11/12] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index 1a73d7d7a0..42686d9b8b 100644 --- a/progress.json +++ b/progress.json @@ -70,5 +70,14 @@ "You successfully used git init to initialize this folder as a Git repository!" ], "status": "Completed" + }, + { + "exercise_name": "log-and-order", + "started_at": 1769050885.975227, + "completed_at": 1769050889.097297, + "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" } ] \ No newline at end of file From 3005e7b5fa36b5df862ae9757854732020d92ed1 Mon Sep 17 00:00:00 2001 From: Jarren San <79039461+jarrensan@users.noreply.github.com> Date: Thu, 22 Jan 2026 11:01:53 +0800 Subject: [PATCH 12/12] Update progress --- progress.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/progress.json b/progress.json index 42686d9b8b..da8c959591 100644 --- a/progress.json +++ b/progress.json @@ -79,5 +79,12 @@ "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": 1769050910.159058, + "completed_at": 1769050913.010468, + "comments": [], + "status": "Completed" } ] \ No newline at end of file