From fe2e05481d7cbfae022b00dc5b316c80ea6e37cd Mon Sep 17 00:00:00 2001 From: Srivathsan Ram Date: Fri, 28 Aug 2026 11:49:45 +0800 Subject: [PATCH 1/4] Sync progress with local machine --- progress.json | 130 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 130 insertions(+) create mode 100644 progress.json diff --git a/progress.json b/progress.json new file mode 100644 index 0000000000..0d7e844a4e --- /dev/null +++ b/progress.json @@ -0,0 +1,130 @@ +[ + { + "exercise_name": "grocery-shopping", + "started_at": 1787885844.970155, + "completed_at": 1787885850.147633, + "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": 1787887831.718123, + "completed_at": 1787887838.922235, + "comments": [ + "Missing remote called 'upstream'." + ], + "status": "Incomplete" + }, + { + "exercise_name": "link-me", + "started_at": 1787888088.539869, + "completed_at": 1787888096.036668, + "comments": [ + "Wrong 'upstream' remote URL" + ], + "status": "Incomplete" + }, + { + "exercise_name": "link-me", + "started_at": 1787888153.68188, + "completed_at": 1787888157.803216, + "comments": [ + "Great work with using git remote to add an upstream remote!" + ], + "status": "Completed" + }, + { + "exercise_name": "log-and-order", + "started_at": 1787886096.129945, + "completed_at": 1787886103.561384, + "comments": [ + "Answer for What is the SHA of the commit HEAD points to? You can use the full length SHA or the short SHA (i.e. first 7 characters of the SHA) is empty.", + "Answer for What is the commit message of the commit da2d06522917c70b8fbd580853104a6f3b04ca16? is empty.", + "Answer for What is the SHA of the commit with the commit message \"Rewrite the comments\"? You can use the full length SHA or the short SHA (i.e. first 7 characters of the SHA) is empty." + ], + "status": "Incomplete" + }, + { + "exercise_name": "log-and-order", + "started_at": 1787886117.953714, + "completed_at": 1787886125.77968, + "comments": [ + "Answer for What is the SHA of the commit HEAD points to? You can use the full length SHA or the short SHA (i.e. first 7 characters of the SHA) is empty.", + "Answer for What is the commit message of the commit da2d06522917c70b8fbd580853104a6f3b04ca16? is empty.", + "Answer for What is the SHA of the commit with the commit message \"Rewrite the comments\"? You can use the full length SHA or the short SHA (i.e. first 7 characters of the SHA) is empty." + ], + "status": "Incomplete" + }, + { + "exercise_name": "log-and-order", + "started_at": 1787886162.987305, + "completed_at": 1787886167.548387, + "comments": [], + "status": "Completed" + }, + { + "exercise_name": "push-over", + "started_at": 1787888706.117512, + "completed_at": 1787888711.581635, + "comments": [ + "Great work pushing changes to the remote!" + ], + "status": "Completed" + }, + { + "exercise_name": "remote-control", + "started_at": 1787886964.426638, + "completed_at": 1787887030.868217, + "comments": [ + "That is not the right Github url!" + ], + "status": "Incomplete" + }, + { + "exercise_name": "remote-control", + "started_at": 1787887041.390032, + "completed_at": 1787887050.75056, + "comments": [ + "Great work setting up a public remote repository!" + ], + "status": "Completed" + }, + { + "exercise_name": "stage-fright", + "started_at": 1787885671.62411, + "completed_at": 1787885675.854506, + "comments": [ + "Great work! You have successfully checked in all the actors!" + ], + "status": "Completed" + }, + { + "exercise_name": "staging-intervention", + "started_at": 1787885752.47655, + "completed_at": 1787885756.747905, + "comments": [ + "Great work! You have successfully fixed the attendance system!" + ], + "status": "Completed" + }, + { + "exercise_name": "under-control", + "started_at": 1787885557.576572, + "completed_at": 1787885561.702945, + "comments": [ + "You successfully used git init to initialize this folder as a Git repository!" + ], + "status": "Completed" + }, + { + "exercise_name": "undo-init", + "started_at": 1787885617.048669, + "completed_at": 1787885621.159076, + "comments": [ + "You have successfully undone the init operation!" + ], + "status": "Completed" + } +] \ No newline at end of file From 2c67e495c776f3731d4708a9d124e2964ee94911 Mon Sep 17 00:00:00 2001 From: Srivathsan Ram Date: Fri, 28 Aug 2026 15:56:14 +0800 Subject: [PATCH 2/4] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index 0d7e844a4e..4e52f0ef42 100644 --- a/progress.json +++ b/progress.json @@ -126,5 +126,14 @@ "You have successfully undone the init operation!" ], "status": "Completed" + }, + { + "exercise_name": "fork-repo", + "started_at": 1787903768.324763, + "completed_at": 1787903773.689667, + "comments": [ + "Great work creating a fork with Github!" + ], + "status": "Completed" } ] \ No newline at end of file From 128b97bcd7dfce3499a7106898a1a1da70cdb6a1 Mon Sep 17 00:00:00 2001 From: Srivathsan Ram Date: Fri, 28 Aug 2026 17:01:04 +0800 Subject: [PATCH 3/4] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index 4e52f0ef42..ecb035c6b4 100644 --- a/progress.json +++ b/progress.json @@ -135,5 +135,14 @@ "Great work creating a fork with Github!" ], "status": "Completed" + }, + { + "exercise_name": "fetch-and-pull", + "started_at": 1787907659.252667, + "completed_at": 1787907664.162346, + "comments": [ + "You did not pull Alice's changes to your own main branch!" + ], + "status": "Incomplete" } ] \ No newline at end of file From 5cc6cecee585d85a99b6918b1aa9ababe9a9a773 Mon Sep 17 00:00:00 2001 From: Srivathsan Ram Date: Fri, 28 Aug 2026 17:01:59 +0800 Subject: [PATCH 4/4] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index ecb035c6b4..242f5b72db 100644 --- a/progress.json +++ b/progress.json @@ -144,5 +144,14 @@ "You did not pull Alice's changes to your own main branch!" ], "status": "Incomplete" + }, + { + "exercise_name": "fetch-and-pull", + "started_at": 1787907716.434029, + "completed_at": 1787907718.942204, + "comments": [ + "Great work fetching and pulling different upstreams!" + ], + "status": "Completed" } ] \ No newline at end of file