From e9e956201cccdf3167f482e37f9aa865a27b4aa7 Mon Sep 17 00:00:00 2001 From: Julian Date: Sun, 18 Jan 2026 14:53:50 +0800 Subject: [PATCH 1/2] Sync progress with local machine --- progress.json | 127 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 127 insertions(+) create mode 100644 progress.json diff --git a/progress.json b/progress.json new file mode 100644 index 000000000..594901e03 --- /dev/null +++ b/progress.json @@ -0,0 +1,127 @@ +[ + { + "exercise_name": "grocery-shopping", + "started_at": 1768624521.936666, + "completed_at": 1768624524.010513, + "comments": [ + "Great work! You have successfully used `git add` and `git commit` to modify the shopping list! Keep it up!" + ], + "status": "Completed" + }, + { + "exercise_name": "ignoring-somethings", + "started_at": 1768626625.612431, + "completed_at": 1768626628.650434, + "comments": [ + "You have not made any commits yet!" + ], + "status": "Incomplete" + }, + { + "exercise_name": "ignoring-somethings", + "started_at": 1768626662.85186, + "completed_at": 1768626668.582249, + "comments": [ + "You are not ignoring runaway.txt. Find where the file is and fix that." + ], + "status": "Incomplete" + }, + { + "exercise_name": "ignoring-somethings", + "started_at": 1768626760.701083, + "completed_at": 1768626766.259559, + "comments": [ + "You should not be ignoring this/is/very/nested/find_me.txt!", + "You should be using ** to match all subfolders to ignore runaway.txt." + ], + "status": "Incomplete" + }, + { + "exercise_name": "ignoring-somethings", + "started_at": 1768626795.10213, + "completed_at": 1768626804.774169, + "comments": [ + "You are not ignoring runaway.txt. Find where the file is and fix that." + ], + "status": "Incomplete" + }, + { + "exercise_name": "ignoring-somethings", + "started_at": 1768626844.292867, + "completed_at": 1768626849.926001, + "comments": [ + "You should be using ** to match all subfolders to ignore runaway.txt." + ], + "status": "Incomplete" + }, + { + "exercise_name": "ignoring-somethings", + "started_at": 1768626890.34635, + "completed_at": 1768626894.397136, + "comments": [ + "Great work using .gitignore!" + ], + "status": "Completed" + }, + { + "exercise_name": "link-me", + "started_at": 1768625511.465545, + "completed_at": 1768625512.924618, + "comments": [ + "Great work with using git remote to add an upstream remote!" + ], + "status": "Completed" + }, + { + "exercise_name": "log-and-order", + "started_at": 1768625258.151548, + "completed_at": 1768625259.93188, + "comments": [], + "status": "Completed" + }, + { + "exercise_name": "push-over", + "started_at": 1768625787.352182, + "completed_at": 1768625791.141737, + "comments": [ + "Great work pushing changes to the remote!" + ], + "status": "Completed" + }, + { + "exercise_name": "remote-control", + "started_at": 1768625341.549808, + "completed_at": 1768625427.768546, + "comments": [ + "Great work setting up a public remote repository!" + ], + "status": "Completed" + }, + { + "exercise_name": "stage-fright", + "started_at": 1768624368.532298, + "completed_at": 1768624370.089244, + "comments": [ + "Great work! You have successfully checked in all the actors!" + ], + "status": "Completed" + }, + { + "exercise_name": "under-control", + "started_at": 1768623569.383141, + "completed_at": 1768623571.010137, + "comments": [ + "You successfully used git init to initialize this folder as a Git repository!" + ], + "status": "Completed" + }, + { + "exercise_name": "undo-init", + "started_at": 1768623662.022342, + "completed_at": 1768623663.430047, + "comments": [ + "You have successfully undone the init operation!" + ], + "status": "Completed" + } +] \ No newline at end of file From 711302baf75e85a39ad772a299607e2e83b8ab93 Mon Sep 17 00:00:00 2001 From: Julian Date: Sun, 18 Jan 2026 15:01:30 +0800 Subject: [PATCH 2/2] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index 594901e03..e94b940ef 100644 --- a/progress.json +++ b/progress.json @@ -123,5 +123,14 @@ "You have successfully undone the init operation!" ], "status": "Completed" + }, + { + "exercise_name": "staging-intervention", + "started_at": 1768719688.244111, + "completed_at": 1768719689.92681, + "comments": [ + "Great work! You have successfully fixed the attendance system!" + ], + "status": "Completed" } ] \ No newline at end of file