From 92e9d525b4b59b5412703e7a2d81ebb511cd34cc Mon Sep 17 00:00:00 2001 From: Abdo <196206488+GODMODE899@users.noreply.github.com> Date: Tue, 25 Aug 2026 22:30:03 +0800 Subject: [PATCH 1/8] Sync progress with local machine --- progress.json | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 progress.json diff --git a/progress.json b/progress.json new file mode 100644 index 0000000000..d8b2f0dceb --- /dev/null +++ b/progress.json @@ -0,0 +1,38 @@ +[ + { + "exercise_name": "grocery-shopping", + "started_at": 1787493159.670452, + "completed_at": 1787493162.502165, + "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": 1787539002.2791, + "completed_at": 1787539005.013147, + "comments": [], + "status": "Completed" + }, + { + "exercise_name": "stage-fright", + "started_at": 1787492354.33906, + "completed_at": 1787492359.753278, + "comments": [ + "Did not add bob.txt", + "Did not add alice.txt", + "Did not add joe.txt" + ], + "status": "Incomplete" + }, + { + "exercise_name": "stage-fright", + "started_at": 1787492461.102241, + "completed_at": 1787492463.661353, + "comments": [ + "Great work! You have successfully checked in all the actors!" + ], + "status": "Completed" + } +] \ No newline at end of file From 1ca5408d607498c8fd2325125dc2e49b8fd9ec2c Mon Sep 17 00:00:00 2001 From: Abdo <196206488+GODMODE899@users.noreply.github.com> Date: Tue, 25 Aug 2026 22:35:25 +0800 Subject: [PATCH 2/8] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index d8b2f0dceb..87ce16efcd 100644 --- a/progress.json +++ b/progress.json @@ -34,5 +34,14 @@ "Great work! You have successfully checked in all the actors!" ], "status": "Completed" + }, + { + "exercise_name": "remote-control", + "started_at": 1787668449.421091, + "completed_at": 1787668524.559899, + "comments": [ + "Great work setting up a public remote repository!" + ], + "status": "Completed" } ] \ No newline at end of file From 218746408821cc4cf14a6ce4537b02477020289d Mon Sep 17 00:00:00 2001 From: Abdo <196206488+GODMODE899@users.noreply.github.com> Date: Tue, 25 Aug 2026 22:41:57 +0800 Subject: [PATCH 3/8] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index 87ce16efcd..040e53d495 100644 --- a/progress.json +++ b/progress.json @@ -43,5 +43,14 @@ "Great work setting up a public remote repository!" ], "status": "Completed" + }, + { + "exercise_name": "link-me", + "started_at": 1787668912.044888, + "completed_at": 1787668916.830622, + "comments": [ + "Wrong 'upstream' remote URL" + ], + "status": "Incomplete" } ] \ No newline at end of file From eac6a24f69feeb02e04e19fbc21e3080371a0900 Mon Sep 17 00:00:00 2001 From: Abdo <196206488+GODMODE899@users.noreply.github.com> Date: Tue, 25 Aug 2026 22:44:45 +0800 Subject: [PATCH 4/8] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index 040e53d495..59fb8f4134 100644 --- a/progress.json +++ b/progress.json @@ -52,5 +52,14 @@ "Wrong 'upstream' remote URL" ], "status": "Incomplete" + }, + { + "exercise_name": "link-me", + "started_at": 1787669082.37655, + "completed_at": 1787669084.830211, + "comments": [ + "Great work with using git remote to add an upstream remote!" + ], + "status": "Completed" } ] \ No newline at end of file From fb3b6ca70e271ad9319ecc1d98191ff9bbf8a285 Mon Sep 17 00:00:00 2001 From: Abdo <196206488+GODMODE899@users.noreply.github.com> Date: Tue, 25 Aug 2026 22:56:08 +0800 Subject: [PATCH 5/8] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index 59fb8f4134..1ba5f10478 100644 --- a/progress.json +++ b/progress.json @@ -61,5 +61,14 @@ "Great work with using git remote to add an upstream remote!" ], "status": "Completed" + }, + { + "exercise_name": "push-over", + "started_at": 1787669763.860851, + "completed_at": 1787669767.276024, + "comments": [ + "Great work pushing changes to the remote!" + ], + "status": "Completed" } ] \ No newline at end of file From 3df899bbbec8d92940cc73b268c1a34137f9fa02 Mon Sep 17 00:00:00 2001 From: Abdo <196206488+GODMODE899@users.noreply.github.com> Date: Tue, 25 Aug 2026 23:12:47 +0800 Subject: [PATCH 6/8] Update progress --- progress.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/progress.json b/progress.json index 1ba5f10478..2766cde4d3 100644 --- a/progress.json +++ b/progress.json @@ -70,5 +70,15 @@ "Great work pushing changes to the remote!" ], "status": "Completed" + }, + { + "exercise_name": "ignoring-somethings", + "started_at": 1787670757.863008, + "completed_at": 1787670766.589206, + "comments": [ + "You are not ignoring runaway.txt. Find where the file is and fix that.", + "You have not committed the relevant changes yet!" + ], + "status": "Incomplete" } ] \ No newline at end of file From 59b70aea948a10b2a56d4b8c90cc178c25914e46 Mon Sep 17 00:00:00 2001 From: Abdo <196206488+GODMODE899@users.noreply.github.com> Date: Tue, 25 Aug 2026 23:15:32 +0800 Subject: [PATCH 7/8] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index 2766cde4d3..f786e692d6 100644 --- a/progress.json +++ b/progress.json @@ -80,5 +80,14 @@ "You have not committed the relevant changes yet!" ], "status": "Incomplete" + }, + { + "exercise_name": "ignoring-somethings", + "started_at": 1787670921.407576, + "completed_at": 1787670931.304565, + "comments": [ + "You are not ignoring runaway.txt. Find where the file is and fix that." + ], + "status": "Incomplete" } ] \ No newline at end of file From 5994fe6b8b1071645a167dc9d473928abbaaf840 Mon Sep 17 00:00:00 2001 From: Abdo <196206488+GODMODE899@users.noreply.github.com> Date: Tue, 25 Aug 2026 23:20:39 +0800 Subject: [PATCH 8/8] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index f786e692d6..6b76f04926 100644 --- a/progress.json +++ b/progress.json @@ -89,5 +89,14 @@ "You are not ignoring runaway.txt. Find where the file is and fix that." ], "status": "Incomplete" + }, + { + "exercise_name": "ignoring-somethings", + "started_at": 1787671231.223658, + "completed_at": 1787671238.42888, + "comments": [ + "Great work using .gitignore!" + ], + "status": "Completed" } ] \ No newline at end of file