From 797e97132573a39bbed7240cf0131c2c44b290bc Mon Sep 17 00:00:00 2001 From: woshiweihao Date: Fri, 23 Jan 2026 00:25:30 +0800 Subject: [PATCH 01/10] Sync progress with local machine --- progress.json | 47 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 progress.json diff --git a/progress.json b/progress.json new file mode 100644 index 000000000..f9be92c1e --- /dev/null +++ b/progress.json @@ -0,0 +1,47 @@ +[ + { + "exercise_name": "grocery-shopping", + "started_at": 1769067536.882712, + "completed_at": 1769067539.327879, + "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": 1769069558.862618, + "completed_at": 1769069562.229371, + "comments": [ + "Could not find commit with SHA '8366758c1dae896c54e869efd6c06478267a3cdb'" + ], + "status": "Error" + }, + { + "exercise_name": "staging-intervention", + "started_at": 1769063700.504533, + "completed_at": 1769063701.986028, + "comments": [ + "Great work! You have successfully fixed the attendance system!" + ], + "status": "Completed" + }, + { + "exercise_name": "under-control", + "started_at": 1769018939.303383, + "completed_at": 1769018941.088667, + "comments": [ + "Exercise is not a Git repository" + ], + "status": "Error" + }, + { + "exercise_name": "under-control", + "started_at": 1769019374.139046, + "completed_at": 1769019375.75492, + "comments": [ + "You successfully used git init to initialize this folder as a Git repository!" + ], + "status": "Completed" + } +] \ No newline at end of file From 97a88d0acb43856d7061c579872904fb02f83c96 Mon Sep 17 00:00:00 2001 From: woshiweihao Date: Fri, 23 Jan 2026 13:52:05 +0800 Subject: [PATCH 02/10] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index f9be92c1e..afe4ed9be 100644 --- a/progress.json +++ b/progress.json @@ -43,5 +43,14 @@ "You successfully used git init to initialize this folder as a Git repository!" ], "status": "Completed" + }, + { + "exercise_name": "remote-control", + "started_at": 1769144430.890507, + "completed_at": 1769147524.397149, + "comments": [ + "That is not the right Github url!" + ], + "status": "Incomplete" } ] \ No newline at end of file From aeb90e55792290d43d9aa33f8066586172fc7c0e Mon Sep 17 00:00:00 2001 From: woshiweihao Date: Fri, 23 Jan 2026 13:52:53 +0800 Subject: [PATCH 03/10] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index afe4ed9be..046b5c6b6 100644 --- a/progress.json +++ b/progress.json @@ -52,5 +52,14 @@ "That is not the right Github url!" ], "status": "Incomplete" + }, + { + "exercise_name": "remote-control", + "started_at": 1769147559.139596, + "completed_at": 1769147573.32507, + "comments": [ + "Great work setting up a public remote repository!" + ], + "status": "Completed" } ] \ No newline at end of file From 6807e85206985798218625b950ecf55ec38de708 Mon Sep 17 00:00:00 2001 From: woshiweihao Date: Fri, 23 Jan 2026 14:37:48 +0800 Subject: [PATCH 04/10] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index 046b5c6b6..66955c303 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": 1769150266.475132, + "completed_at": 1769150267.940618, + "comments": [ + "Great work with using git remote to add an upstream remote!" + ], + "status": "Completed" } ] \ No newline at end of file From a90b2ba038f0d872999c0a9e3900f465d233e1ea Mon Sep 17 00:00:00 2001 From: woshiweihao Date: Fri, 23 Jan 2026 15:06:18 +0800 Subject: [PATCH 05/10] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index 66955c303..201350453 100644 --- a/progress.json +++ b/progress.json @@ -70,5 +70,14 @@ "Great work with using git remote to add an upstream remote!" ], "status": "Completed" + }, + { + "exercise_name": "push-over", + "started_at": 1769151975.40204, + "completed_at": 1769151977.584452, + "comments": [ + "Great work pushing changes to the remote!" + ], + "status": "Completed" } ] \ No newline at end of file From e991eceaabf077f6880ba4e00374e9c7e37d8dc0 Mon Sep 17 00:00:00 2001 From: woshiweihao Date: Fri, 23 Jan 2026 15:25:30 +0800 Subject: [PATCH 06/10] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index 201350453..1448f5403 100644 --- a/progress.json +++ b/progress.json @@ -79,5 +79,14 @@ "Great work pushing changes to the remote!" ], "status": "Completed" + }, + { + "exercise_name": "ignoring-somethings", + "started_at": 1769153125.622587, + "completed_at": 1769153129.631056, + "comments": [ + "Great work using .gitignore!" + ], + "status": "Completed" } ] \ No newline at end of file From daf8cc809515c86ec4bce80dcd6c343dafaed4b5 Mon Sep 17 00:00:00 2001 From: woshiweihao Date: Sat, 24 Jan 2026 01:17:21 +0800 Subject: [PATCH 07/10] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index 1448f5403..465907612 100644 --- a/progress.json +++ b/progress.json @@ -88,5 +88,14 @@ "Great work using .gitignore!" ], "status": "Completed" + }, + { + "exercise_name": "fork-repo", + "started_at": 1769188638.038722, + "completed_at": 1769188641.349935, + "comments": [ + "Great work creating a fork with Github!" + ], + "status": "Completed" } ] \ No newline at end of file From bee09f5c7074fcc750392adeb366f32942383283 Mon Sep 17 00:00:00 2001 From: woshiweihao Date: Sat, 24 Jan 2026 01:24:54 +0800 Subject: [PATCH 08/10] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index 465907612..02a2ea045 100644 --- a/progress.json +++ b/progress.json @@ -97,5 +97,14 @@ "Great work creating a fork with Github!" ], "status": "Completed" + }, + { + "exercise_name": "clone-repo", + "started_at": 1769189090.155789, + "completed_at": 1769189093.827022, + "comments": [ + "Great work creating a clone of a fork from Github!" + ], + "status": "Completed" } ] \ No newline at end of file From e1c3e927dda2de74d52f4f500bb4ed0294f3792d Mon Sep 17 00:00:00 2001 From: woshiweihao Date: Sat, 24 Jan 2026 01:47:17 +0800 Subject: [PATCH 09/10] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index 02a2ea045..ddc39aaec 100644 --- a/progress.json +++ b/progress.json @@ -106,5 +106,14 @@ "Great work creating a clone of a fork from Github!" ], "status": "Completed" + }, + { + "exercise_name": "fetch-and-pull", + "started_at": 1769190433.250852, + "completed_at": 1769190436.538189, + "comments": [ + "Remote 'bob-upstream' is missing! Remember to add it and point it to https://github.com/git-mastery/gm-shapes-bob" + ], + "status": "Incomplete" } ] \ No newline at end of file From 5c9c303fb7f3ba33447b9e45ebb6ac83ceef8fc5 Mon Sep 17 00:00:00 2001 From: woshiweihao Date: Sat, 24 Jan 2026 01:50:56 +0800 Subject: [PATCH 10/10] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index ddc39aaec..16e28f803 100644 --- a/progress.json +++ b/progress.json @@ -115,5 +115,14 @@ "Remote 'bob-upstream' is missing! Remember to add it and point it to https://github.com/git-mastery/gm-shapes-bob" ], "status": "Incomplete" + }, + { + "exercise_name": "fetch-and-pull", + "started_at": 1769190650.806908, + "completed_at": 1769190656.144173, + "comments": [ + "Great work fetching and pulling different upstreams!" + ], + "status": "Completed" } ] \ No newline at end of file