From 8014bed06add97ae5598b4304f32cbba1999d079 Mon Sep 17 00:00:00 2001 From: aurorazurary Date: Tue, 27 Jan 2026 17:24:11 +0800 Subject: [PATCH 1/7] Sync progress with local machine --- progress.json | 54 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 progress.json diff --git a/progress.json b/progress.json new file mode 100644 index 000000000..cfae225c3 --- /dev/null +++ b/progress.json @@ -0,0 +1,54 @@ +[ + { + "exercise_name": "grocery-shopping", + "started_at": 1769109866.712234, + "completed_at": 1769109872.08548, + "comments": [ + "There are no grocery list items removed from the shopping list." + ], + "status": "Incomplete" + }, + { + "exercise_name": "grocery-shopping", + "started_at": 1769109994.129033, + "completed_at": 1769109997.250361, + "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": 1769504498.455453, + "completed_at": 1769504501.260583, + "comments": [], + "status": "Completed" + }, + { + "exercise_name": "stage-fright", + "started_at": 1769109422.702084, + "completed_at": 1769109425.559099, + "comments": [ + "Great work! You have successfully checked in all the actors!" + ], + "status": "Completed" + }, + { + "exercise_name": "staging-intervention", + "started_at": 1769109593.049597, + "completed_at": 1769109595.776811, + "comments": [ + "Great work! You have successfully fixed the attendance system!" + ], + "status": "Completed" + }, + { + "exercise_name": "under-control", + "started_at": 1769078936.809847, + "completed_at": 1769078939.206399, + "comments": [ + "You successfully used git init to initialize this folder as a Git repository!" + ], + "status": "Completed" + } +] \ No newline at end of file From fcc691ae6c3687283502320c0762bec5a5bb653d Mon Sep 17 00:00:00 2001 From: aurorazurary Date: Tue, 27 Jan 2026 17:28:58 +0800 Subject: [PATCH 2/7] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index cfae225c3..933f1ff9e 100644 --- a/progress.json +++ b/progress.json @@ -50,5 +50,14 @@ "You successfully used git init to initialize this folder as a Git repository!" ], "status": "Completed" + }, + { + "exercise_name": "remote-control", + "started_at": 1769506127.595232, + "completed_at": 1769506137.675988, + "comments": [ + "That is not the right Github url!" + ], + "status": "Incomplete" } ] \ No newline at end of file From ec0dc27a3c9d5517142f67682e4938faf9f67a88 Mon Sep 17 00:00:00 2001 From: aurorazurary Date: Tue, 27 Jan 2026 17:30:31 +0800 Subject: [PATCH 3/7] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index 933f1ff9e..0e217941f 100644 --- a/progress.json +++ b/progress.json @@ -59,5 +59,14 @@ "That is not the right Github url!" ], "status": "Incomplete" + }, + { + "exercise_name": "remote-control", + "started_at": 1769506217.751289, + "completed_at": 1769506230.387052, + "comments": [ + "Great work setting up a public remote repository!" + ], + "status": "Completed" } ] \ No newline at end of file From bbb3f5f7a90272db81dcf7c899fcfcb9cfc22c62 Mon Sep 17 00:00:00 2001 From: aurorazurary Date: Tue, 27 Jan 2026 17:39:36 +0800 Subject: [PATCH 4/7] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index 0e217941f..1868fe201 100644 --- a/progress.json +++ b/progress.json @@ -68,5 +68,14 @@ "Great work setting up a public remote repository!" ], "status": "Completed" + }, + { + "exercise_name": "link-me", + "started_at": 1769506771.113312, + "completed_at": 1769506776.2137, + "comments": [ + "Missing remote called 'upstream'." + ], + "status": "Incomplete" } ] \ No newline at end of file From dca0f9fb9713a313cf599b73ff4dc28001d2f775 Mon Sep 17 00:00:00 2001 From: aurorazurary Date: Tue, 27 Jan 2026 17:41:02 +0800 Subject: [PATCH 5/7] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index 1868fe201..0c48c27c6 100644 --- a/progress.json +++ b/progress.json @@ -77,5 +77,14 @@ "Missing remote called 'upstream'." ], "status": "Incomplete" + }, + { + "exercise_name": "link-me", + "started_at": 1769506856.655759, + "completed_at": 1769506861.534466, + "comments": [ + "Missing remote called 'upstream'." + ], + "status": "Incomplete" } ] \ No newline at end of file From 8f241aa0ab368fd5504a2003ad6d12c561c5ece0 Mon Sep 17 00:00:00 2001 From: aurorazurary Date: Tue, 27 Jan 2026 17:43:42 +0800 Subject: [PATCH 6/7] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index 0c48c27c6..c7cecc150 100644 --- a/progress.json +++ b/progress.json @@ -86,5 +86,14 @@ "Missing remote called 'upstream'." ], "status": "Incomplete" + }, + { + "exercise_name": "link-me", + "started_at": 1769507017.187898, + "completed_at": 1769507021.834501, + "comments": [ + "Missing remote called 'upstream'." + ], + "status": "Incomplete" } ] \ No newline at end of file From 24d8ea4a1a9975a11646e880ad7647b6d2d712bf Mon Sep 17 00:00:00 2001 From: aurorazurary Date: Tue, 27 Jan 2026 17:45:11 +0800 Subject: [PATCH 7/7] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index c7cecc150..26129a554 100644 --- a/progress.json +++ b/progress.json @@ -95,5 +95,14 @@ "Missing remote called 'upstream'." ], "status": "Incomplete" + }, + { + "exercise_name": "link-me", + "started_at": 1769507108.614297, + "completed_at": 1769507110.987584, + "comments": [ + "Great work with using git remote to add an upstream remote!" + ], + "status": "Completed" } ] \ No newline at end of file