From 9b8f6159a0f5d8d2034645e936704e5df85d9f20 Mon Sep 17 00:00:00 2001 From: freshwaterlemon Date: Tue, 26 Aug 2025 15:11:35 +0800 Subject: [PATCH 1/9] Sync progress with local machine --- progress.json | 56 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100644 progress.json diff --git a/progress.json b/progress.json new file mode 100644 index 000000000..aa7fbe44f --- /dev/null +++ b/progress.json @@ -0,0 +1,56 @@ +[ + { + "exercise_name": "grocery-shopping", + "started_at": 1756187264.222714, + "completed_at": 1756187264.734864, + "comments": [ + "There are no new grocery list items added to the shopping list." + ], + "status": "Incomplete" + }, + { + "exercise_name": "grocery-shopping", + "started_at": 1756187397.962235, + "completed_at": 1756187398.106597, + "comments": [ + "Great work! You have successfully used `git add` and `git commit` to modify the shopping list! Keep it up!" + ], + "status": "Completed" + }, + { + "exercise_name": "staging-intervention", + "started_at": 1756185832.635921, + "completed_at": 1756185833.065694, + "comments": [ + "You should only be unstaging the attendance files for Josh, Adam, and Mary." + ], + "status": "Incomplete" + }, + { + "exercise_name": "staging-intervention", + "started_at": 1756186287.102238, + "completed_at": 1756186287.570736, + "comments": [ + "You should only be unstaging the attendance files for Josh, Adam, and Mary." + ], + "status": "Incomplete" + }, + { + "exercise_name": "staging-intervention", + "started_at": 1756186532.537977, + "completed_at": 1756186532.986416, + "comments": [ + "Great work! You have successfully fixed the attendance system!" + ], + "status": "Completed" + }, + { + "exercise_name": "under-control", + "started_at": 1756184504.256197, + "completed_at": 1756184504.618066, + "comments": [ + "You successfully used git init to initialize this folder as a Git repository!" + ], + "status": "Completed" + } +] \ No newline at end of file From dc94795f0f7b1c62866c235514743c051f9d0184 Mon Sep 17 00:00:00 2001 From: freshwaterlemon Date: Tue, 26 Aug 2025 15:19:15 +0800 Subject: [PATCH 2/9] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index aa7fbe44f..482d118b2 100644 --- a/progress.json +++ b/progress.json @@ -52,5 +52,14 @@ "You successfully used git init to initialize this folder as a Git repository!" ], "status": "Completed" + }, + { + "exercise_name": "remote-control", + "started_at": 1756192684.189194, + "completed_at": 1756192754.513138, + "comments": [ + "Great work setting up a public remote repository!" + ], + "status": "Completed" } ] \ No newline at end of file From bce655bf2974d8974020b0c2bdf2eb425fef7192 Mon Sep 17 00:00:00 2001 From: freshwaterlemon Date: Tue, 26 Aug 2025 19:45:19 +0800 Subject: [PATCH 3/9] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index 482d118b2..9a6ec2853 100644 --- a/progress.json +++ b/progress.json @@ -61,5 +61,14 @@ "Great work setting up a public remote repository!" ], "status": "Completed" + }, + { + "exercise_name": "link-me", + "started_at": 1756208718.047757, + "completed_at": 1756208718.495921, + "comments": [ + "Missing remote called 'upstream'." + ], + "status": "Incomplete" } ] \ No newline at end of file From 9fe775aee6b3e1c6c5accb6f8b576be9627828b1 Mon Sep 17 00:00:00 2001 From: freshwaterlemon Date: Tue, 26 Aug 2025 19:59:41 +0800 Subject: [PATCH 4/9] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index 9a6ec2853..d26fa8df7 100644 --- a/progress.json +++ b/progress.json @@ -70,5 +70,14 @@ "Missing remote called 'upstream'." ], "status": "Incomplete" + }, + { + "exercise_name": "link-me", + "started_at": 1756209580.618616, + "completed_at": 1756209581.029068, + "comments": [ + "Great work with using git remote to add an upstream remote!" + ], + "status": "Completed" } ] \ No newline at end of file From 607dea202932a0f55984d8b127ed10e267d0853b Mon Sep 17 00:00:00 2001 From: freshwaterlemon Date: Tue, 26 Aug 2025 20:06:02 +0800 Subject: [PATCH 5/9] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index d26fa8df7..9894d6b1d 100644 --- a/progress.json +++ b/progress.json @@ -79,5 +79,14 @@ "Great work with using git remote to add an upstream remote!" ], "status": "Completed" + }, + { + "exercise_name": "push-over", + "started_at": 1756209960.630707, + "completed_at": 1756209961.90373, + "comments": [ + "Great work pushing changes to the remote!" + ], + "status": "Completed" } ] \ No newline at end of file From 0773acf28275c00b463cc27353e28a150610df68 Mon Sep 17 00:00:00 2001 From: freshwaterlemon Date: Tue, 26 Aug 2025 20:16:41 +0800 Subject: [PATCH 6/9] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index 9894d6b1d..ac09bff22 100644 --- a/progress.json +++ b/progress.json @@ -88,5 +88,14 @@ "Great work pushing changes to the remote!" ], "status": "Completed" + }, + { + "exercise_name": "ignoring-somethings", + "started_at": 1756210600.435212, + "completed_at": 1756210601.362074, + "comments": [ + "Great work using .gitignore!" + ], + "status": "Completed" } ] \ No newline at end of file From 33856f0ddb26101a6da4f903c783986c7aeaac1a Mon Sep 17 00:00:00 2001 From: freshwaterlemon Date: Tue, 26 Aug 2025 20:34:45 +0800 Subject: [PATCH 7/9] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index ac09bff22..948e53ca2 100644 --- a/progress.json +++ b/progress.json @@ -97,5 +97,14 @@ "Great work using .gitignore!" ], "status": "Completed" + }, + { + "exercise_name": "fork-repo", + "started_at": 1756211683.114539, + "completed_at": 1756211685.159807, + "comments": [ + "Great work creating a fork with Github!" + ], + "status": "Completed" } ] \ No newline at end of file From 09479185aa25d46503eb0e789f405c19b8171853 Mon Sep 17 00:00:00 2001 From: freshwaterlemon Date: Tue, 26 Aug 2025 20:40:51 +0800 Subject: [PATCH 8/9] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index 948e53ca2..8d15a919f 100644 --- a/progress.json +++ b/progress.json @@ -106,5 +106,14 @@ "Great work creating a fork with Github!" ], "status": "Completed" + }, + { + "exercise_name": "clone-repo", + "started_at": 1756212048.47875, + "completed_at": 1756212050.531377, + "comments": [ + "Great work creating a clone of a fork from Github!" + ], + "status": "Completed" } ] \ No newline at end of file From e14455136c9896d14048350160d0fd147212b94f Mon Sep 17 00:00:00 2001 From: freshwaterlemon Date: Wed, 27 Aug 2025 11:23:13 +0800 Subject: [PATCH 9/9] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index 8d15a919f..1d2d2f67c 100644 --- a/progress.json +++ b/progress.json @@ -115,5 +115,14 @@ "Great work creating a clone of a fork from Github!" ], "status": "Completed" + }, + { + "exercise_name": "fetch-and-pull", + "started_at": 1756264991.743869, + "completed_at": 1756264992.197448, + "comments": [ + "Great work fetching and pulling different upstreams!" + ], + "status": "Completed" } ] \ No newline at end of file