From f9659d925f20625ddcb27e8d5bce0641afb3376b Mon Sep 17 00:00:00 2001 From: enchantedcolesaw Date: Sun, 16 Aug 2026 18:03:43 +0800 Subject: [PATCH 1/9] Sync progress with local machine --- progress.json | 63 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 63 insertions(+) create mode 100644 progress.json diff --git a/progress.json b/progress.json new file mode 100644 index 0000000000..bf8c12d4e7 --- /dev/null +++ b/progress.json @@ -0,0 +1,63 @@ +[ + { + "exercise_name": "grocery-shopping", + "started_at": 1786627767.60925, + "completed_at": 1786627771.155735, + "comments": [ + "There are no new grocery list items added to the shopping list." + ], + "status": "Incomplete" + }, + { + "exercise_name": "grocery-shopping", + "started_at": 1786627848.806448, + "completed_at": 1786627850.267719, + "comments": [ + "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": 1786863605.514852, + "completed_at": 1786863607.199689, + "comments": [ + "Great work with using git remote to add an upstream remote!" + ], + "status": "Completed" + }, + { + "exercise_name": "log-and-order", + "started_at": 1786628976.318424, + "completed_at": 1786628977.755397, + "comments": [], + "status": "Completed" + }, + { + "exercise_name": "remote-control", + "started_at": 1786863116.362333, + "completed_at": 1786863173.652595, + "comments": [ + "Great work setting up a public remote repository!" + ], + "status": "Completed" + }, + { + "exercise_name": "stage-fright", + "started_at": 1786627269.004075, + "completed_at": 1786627270.453884, + "comments": [ + "Great work! You have successfully checked in all the actors!" + ], + "status": "Completed" + }, + { + "exercise_name": "undo-init", + "started_at": 1786548208.320196, + "completed_at": 1786548209.806001, + "comments": [ + "You have successfully undone the init operation!" + ], + "status": "Completed" + } +] \ No newline at end of file From 39cd2ac973d9a5302caf62dda25a36801b397c56 Mon Sep 17 00:00:00 2001 From: enchantedcolesaw Date: Sun, 16 Aug 2026 19:11:25 +0800 Subject: [PATCH 2/9] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index bf8c12d4e7..a25f4c00e0 100644 --- a/progress.json +++ b/progress.json @@ -59,5 +59,14 @@ "You have successfully undone the init operation!" ], "status": "Completed" + }, + { + "exercise_name": "push-over", + "started_at": 1786878682.164322, + "completed_at": 1786878684.526605, + "comments": [ + "Great work pushing changes to the remote!" + ], + "status": "Completed" } ] \ No newline at end of file From ea00f1934de17caa97900c247c754b0ff3d02f1a Mon Sep 17 00:00:00 2001 From: enchantedcolesaw Date: Sun, 16 Aug 2026 19:35:19 +0800 Subject: [PATCH 3/9] Update progress --- progress.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/progress.json b/progress.json index a25f4c00e0..53adf4da06 100644 --- a/progress.json +++ b/progress.json @@ -68,5 +68,15 @@ "Great work pushing changes to the remote!" ], "status": "Completed" + }, + { + "exercise_name": "ignoring-somethings", + "started_at": 1786880114.120674, + "completed_at": 1786880117.953386, + "comments": [ + "You should be ignoring the rest of many/* except many/file22.txt!", + "You are not ignoring runaway.txt. Find where the file is and fix that." + ], + "status": "Incomplete" } ] \ No newline at end of file From c039d5cd1e712cc146fa94cb49f79095c025fb72 Mon Sep 17 00:00:00 2001 From: enchantedcolesaw Date: Sun, 16 Aug 2026 19:37:49 +0800 Subject: [PATCH 4/9] Update progress --- progress.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/progress.json b/progress.json index 53adf4da06..848e3babf0 100644 --- a/progress.json +++ b/progress.json @@ -78,5 +78,15 @@ "You are not ignoring runaway.txt. Find where the file is and fix that." ], "status": "Incomplete" + }, + { + "exercise_name": "ignoring-somethings", + "started_at": 1786880265.283361, + "completed_at": 1786880269.32801, + "comments": [ + "You should be ignoring the rest of many/* except many/file22.txt!", + "You should be using ** to match all subfolders to ignore runaway.txt." + ], + "status": "Incomplete" } ] \ No newline at end of file From 898a425785a6d7f63d7f13c5254d92f4251ea847 Mon Sep 17 00:00:00 2001 From: enchantedcolesaw Date: Sun, 16 Aug 2026 19:38:37 +0800 Subject: [PATCH 5/9] Update progress --- progress.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/progress.json b/progress.json index 848e3babf0..3c0f8590f1 100644 --- a/progress.json +++ b/progress.json @@ -88,5 +88,15 @@ "You should be using ** to match all subfolders to ignore runaway.txt." ], "status": "Incomplete" + }, + { + "exercise_name": "ignoring-somethings", + "started_at": 1786880313.336884, + "completed_at": 1786880317.198464, + "comments": [ + "You should be ignoring the rest of many/* except many/file22.txt!", + "You are not ignoring runaway.txt. Find where the file is and fix that." + ], + "status": "Incomplete" } ] \ No newline at end of file From f305a7a8a39dec3814a63e326117a65525e5816b Mon Sep 17 00:00:00 2001 From: enchantedcolesaw Date: Sun, 16 Aug 2026 19:41:12 +0800 Subject: [PATCH 6/9] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index 3c0f8590f1..d1e37a9411 100644 --- a/progress.json +++ b/progress.json @@ -98,5 +98,14 @@ "You are not ignoring runaway.txt. Find where the file is and fix that." ], "status": "Incomplete" + }, + { + "exercise_name": "ignoring-somethings", + "started_at": 1786880469.125941, + "completed_at": 1786880471.118165, + "comments": [ + "Great work using .gitignore!" + ], + "status": "Completed" } ] \ No newline at end of file From b41dd8155c19a96e5dfd6aa16e6d996e6d50fa82 Mon Sep 17 00:00:00 2001 From: enchantedcolesaw Date: Sun, 16 Aug 2026 20:59:12 +0800 Subject: [PATCH 7/9] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index d1e37a9411..f3c6ce35cc 100644 --- a/progress.json +++ b/progress.json @@ -107,5 +107,14 @@ "Great work using .gitignore!" ], "status": "Completed" + }, + { + "exercise_name": "fork-repo", + "started_at": 1786885147.345485, + "completed_at": 1786885151.804916, + "comments": [ + "Great work creating a fork with Github!" + ], + "status": "Completed" } ] \ No newline at end of file From 1d629fb7cd0d03411822635d38d6913288cab2a7 Mon Sep 17 00:00:00 2001 From: enchantedcolesaw Date: Sun, 16 Aug 2026 21:10:40 +0800 Subject: [PATCH 8/9] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index f3c6ce35cc..ef954f56df 100644 --- a/progress.json +++ b/progress.json @@ -116,5 +116,14 @@ "Great work creating a fork with Github!" ], "status": "Completed" + }, + { + "exercise_name": "clone-repo", + "started_at": 1786885836.070207, + "completed_at": 1786885839.610639, + "comments": [ + "Great work creating a clone of a fork from Github!" + ], + "status": "Completed" } ] \ No newline at end of file From ddc5c4c28b934d760791a0d9c22bda0ee312b7cb Mon Sep 17 00:00:00 2001 From: enchantedcolesaw Date: Sun, 16 Aug 2026 23:53:18 +0800 Subject: [PATCH 9/9] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index ef954f56df..492b3f4315 100644 --- a/progress.json +++ b/progress.json @@ -125,5 +125,14 @@ "Great work creating a clone of a fork from Github!" ], "status": "Completed" + }, + { + "exercise_name": "fetch-and-pull", + "started_at": 1786895595.885066, + "completed_at": 1786895597.500272, + "comments": [ + "Great work fetching and pulling different upstreams!" + ], + "status": "Completed" } ] \ No newline at end of file