From 465371e2020bbf6093f0cee9b5419cab718c05ce Mon Sep 17 00:00:00 2001 From: Jaejun Shim Date: Fri, 16 Jan 2026 19:07:25 +0800 Subject: [PATCH 01/18] Sync progress with local machine --- progress.json | 54 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 progress.json diff --git a/progress.json b/progress.json new file mode 100644 index 000000000..dc89dc607 --- /dev/null +++ b/progress.json @@ -0,0 +1,54 @@ +[ + { + "exercise_name": "grocery-shopping", + "started_at": 1768384302.798313, + "completed_at": 1768384304.926407, + "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": 1768385614.892361, + "completed_at": 1768385616.710998, + "comments": [], + "status": "Completed" + }, + { + "exercise_name": "stage-fright", + "started_at": 1768383627.218273, + "completed_at": 1768383628.976036, + "comments": [ + "Great work! You have successfully checked in all the actors!" + ], + "status": "Completed" + }, + { + "exercise_name": "staging-intervention", + "started_at": 1768383966.917241, + "completed_at": 1768383968.962178, + "comments": [ + "Great work! You have successfully fixed the attendance system!" + ], + "status": "Completed" + }, + { + "exercise_name": "under-control", + "started_at": 1768382836.270322, + "completed_at": 1768382838.308111, + "comments": [ + "You successfully used git init to initialize this folder as a Git repository!" + ], + "status": "Completed" + }, + { + "exercise_name": "undo-init", + "started_at": 1768382988.46952, + "completed_at": 1768382990.706205, + "comments": [ + "You have successfully undone the init operation!" + ], + "status": "Completed" + } +] \ No newline at end of file From aabd8317b05c03e8b7dd62213db1554f16bba878 Mon Sep 17 00:00:00 2001 From: Jaejun Shim Date: Fri, 16 Jan 2026 19:12:25 +0800 Subject: [PATCH 02/18] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index dc89dc607..1a967588d 100644 --- a/progress.json +++ b/progress.json @@ -50,5 +50,14 @@ "You have successfully undone the init operation!" ], "status": "Completed" + }, + { + "exercise_name": "remote-control", + "started_at": 1768561890.394234, + "completed_at": 1768561944.984304, + "comments": [ + "Great work setting up a public remote repository!" + ], + "status": "Completed" } ] \ No newline at end of file From c7657d87d7a7f1407756490b155bf13ffb0f2439 Mon Sep 17 00:00:00 2001 From: Jaejun Shim Date: Fri, 16 Jan 2026 19:20:36 +0800 Subject: [PATCH 03/18] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index 1a967588d..44e20a88a 100644 --- a/progress.json +++ b/progress.json @@ -59,5 +59,14 @@ "Great work setting up a public remote repository!" ], "status": "Completed" + }, + { + "exercise_name": "link-me", + "started_at": 1768562433.767902, + "completed_at": 1768562435.695125, + "comments": [ + "Great work with using git remote to add an upstream remote!" + ], + "status": "Completed" } ] \ No newline at end of file From 7c4ec32abaf33c1711a86f8543378bc74614d80b Mon Sep 17 00:00:00 2001 From: Jaejun Shim Date: Sat, 17 Jan 2026 10:32:41 +0800 Subject: [PATCH 04/18] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index 44e20a88a..1ba31e5a1 100644 --- a/progress.json +++ b/progress.json @@ -68,5 +68,14 @@ "Great work with using git remote to add an upstream remote!" ], "status": "Completed" + }, + { + "exercise_name": "push-over", + "started_at": 1768617158.31129, + "completed_at": 1768617160.943247, + "comments": [ + "Great work pushing changes to the remote!" + ], + "status": "Completed" } ] \ No newline at end of file From 4d5332f106c994206d5b1fdceb1a815750248f83 Mon Sep 17 00:00:00 2001 From: Jaejun Shim Date: Sat, 17 Jan 2026 11:10:49 +0800 Subject: [PATCH 05/18] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index 1ba31e5a1..eeb75aa02 100644 --- a/progress.json +++ b/progress.json @@ -77,5 +77,14 @@ "Great work pushing changes to the remote!" ], "status": "Completed" + }, + { + "exercise_name": "ignoring-somethings", + "started_at": 1768619441.631979, + "completed_at": 1768619448.666632, + "comments": [ + "Great work using .gitignore!" + ], + "status": "Completed" } ] \ No newline at end of file From 3933444a082c0561343efe342b9466aa2a6bb830 Mon Sep 17 00:00:00 2001 From: Jaejun Shim Date: Sat, 17 Jan 2026 11:39:51 +0800 Subject: [PATCH 06/18] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index eeb75aa02..73c5fa3ae 100644 --- a/progress.json +++ b/progress.json @@ -86,5 +86,14 @@ "Great work using .gitignore!" ], "status": "Completed" + }, + { + "exercise_name": "fork-repo", + "started_at": 1768621184.084969, + "completed_at": 1768621191.239176, + "comments": [ + "Great work creating a fork with Github!" + ], + "status": "Completed" } ] \ No newline at end of file From fdaaa4c8e88c7c175e835bc4508e87b9d0209ada Mon Sep 17 00:00:00 2001 From: Jaejun Shim Date: Sat, 17 Jan 2026 11:47:55 +0800 Subject: [PATCH 07/18] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index 73c5fa3ae..f54ac35b1 100644 --- a/progress.json +++ b/progress.json @@ -95,5 +95,14 @@ "Great work creating a fork with Github!" ], "status": "Completed" + }, + { + "exercise_name": "clone-repo", + "started_at": 1768621670.966244, + "completed_at": 1768621674.865195, + "comments": [ + "Great work creating a clone of a fork from Github!" + ], + "status": "Completed" } ] \ No newline at end of file From 3f1e65519c12e8499b635595629324ba7fa8ccea Mon Sep 17 00:00:00 2001 From: Jaejun Shim Date: Sat, 17 Jan 2026 12:18:34 +0800 Subject: [PATCH 08/18] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index f54ac35b1..334c86117 100644 --- a/progress.json +++ b/progress.json @@ -104,5 +104,14 @@ "Great work creating a clone of a fork from Github!" ], "status": "Completed" + }, + { + "exercise_name": "fetch-and-pull", + "started_at": 1768623511.060112, + "completed_at": 1768623513.013388, + "comments": [ + "Great work fetching and pulling different upstreams!" + ], + "status": "Completed" } ] \ No newline at end of file From e18307db29abc4952fad9a91325f5f6c2db4c851 Mon Sep 17 00:00:00 2001 From: Jaejun Shim Date: Sat, 17 Jan 2026 13:57:23 +0800 Subject: [PATCH 09/18] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index 334c86117..27ab43689 100644 --- a/progress.json +++ b/progress.json @@ -113,5 +113,14 @@ "Great work fetching and pulling different upstreams!" ], "status": "Completed" + }, + { + "exercise_name": "view-commits", + "started_at": 1768629438.61792, + "completed_at": 1768629442.208222, + "comments": [ + "Answer for In January, who were in the Tuesday duty roster? Remove/add extra rows where appropriate. is empty." + ], + "status": "Incomplete" } ] \ No newline at end of file From ab200c2c140a420e307bd6bd3a5682b3ef1b1041 Mon Sep 17 00:00:00 2001 From: Jaejun Shim Date: Sat, 17 Jan 2026 13:58:39 +0800 Subject: [PATCH 10/18] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index 27ab43689..26200ebfa 100644 --- a/progress.json +++ b/progress.json @@ -122,5 +122,14 @@ "Answer for In January, who were in the Tuesday duty roster? Remove/add extra rows where appropriate. is empty." ], "status": "Incomplete" + }, + { + "exercise_name": "view-commits", + "started_at": 1768629516.949155, + "completed_at": 1768629518.806307, + "comments": [ + "Great work in viewing and understanding the diff of a specific commit!" + ], + "status": "Completed" } ] \ No newline at end of file From 5aede58cad88de5eb3bd18ab2e720c57024226b7 Mon Sep 17 00:00:00 2001 From: Jaejun Shim Date: Sat, 17 Jan 2026 14:23:24 +0800 Subject: [PATCH 11/18] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index 26200ebfa..51d9fe816 100644 --- a/progress.json +++ b/progress.json @@ -131,5 +131,14 @@ "Great work in viewing and understanding the diff of a specific commit!" ], "status": "Completed" + }, + { + "exercise_name": "tags-add", + "started_at": 1768631000.363879, + "completed_at": 1768631003.928769, + "comments": [ + "\"first-pilot\" should point to the first commit." + ], + "status": "Incomplete" } ] \ No newline at end of file From 0727973975d3604d933fcac022fb0b4b611bb342 Mon Sep 17 00:00:00 2001 From: Jaejun Shim Date: Sat, 17 Jan 2026 14:24:28 +0800 Subject: [PATCH 12/18] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index 51d9fe816..95899aa9a 100644 --- a/progress.json +++ b/progress.json @@ -140,5 +140,14 @@ "\"first-pilot\" should point to the first commit." ], "status": "Incomplete" + }, + { + "exercise_name": "tags-add", + "started_at": 1768631065.621681, + "completed_at": 1768631067.58153, + "comments": [ + "Great work using git tag to annotate various commits in the repository!" + ], + "status": "Completed" } ] \ No newline at end of file From d8b471433494d787b19a69d245fbca8de8023617 Mon Sep 17 00:00:00 2001 From: Jaejun Shim Date: Sat, 17 Jan 2026 14:26:08 +0800 Subject: [PATCH 13/18] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index 95899aa9a..b302ddda0 100644 --- a/progress.json +++ b/progress.json @@ -149,5 +149,14 @@ "Great work using git tag to annotate various commits in the repository!" ], "status": "Completed" + }, + { + "exercise_name": "tags-update", + "started_at": 1768631165.918074, + "completed_at": 1768631167.914009, + "comments": [ + "Great work! You have successfully updated the tags to point to the correct commits." + ], + "status": "Completed" } ] \ No newline at end of file From 179f2ce52bb42db7a2e6145422221e96a917f274 Mon Sep 17 00:00:00 2001 From: Jaejun Shim Date: Sat, 17 Jan 2026 14:31:17 +0800 Subject: [PATCH 14/18] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index b302ddda0..99da974aa 100644 --- a/progress.json +++ b/progress.json @@ -158,5 +158,14 @@ "Great work! You have successfully updated the tags to point to the correct commits." ], "status": "Completed" + }, + { + "exercise_name": "tags-push", + "started_at": 1768631473.886075, + "completed_at": 1768631476.815124, + "comments": [ + "Wonderful! You have successfully synced the local tags with the remote tags!" + ], + "status": "Completed" } ] \ No newline at end of file From 99d457d5e215cb895621d2aa98c532a75c904b68 Mon Sep 17 00:00:00 2001 From: Jaejun Shim Date: Sat, 17 Jan 2026 16:42:07 +0800 Subject: [PATCH 15/18] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index 99da974aa..f7c5da53c 100644 --- a/progress.json +++ b/progress.json @@ -167,5 +167,14 @@ "Wonderful! You have successfully synced the local tags with the remote tags!" ], "status": "Completed" + }, + { + "exercise_name": "sensors-diff", + "started_at": 1768639324.780541, + "completed_at": 1768639326.598783, + "comments": [ + "Great work comparing commits in git history!" + ], + "status": "Completed" } ] \ No newline at end of file From baff75ca410c34e4fa775d130b94494233d9a31d Mon Sep 17 00:00:00 2001 From: Jaejun Shim Date: Sat, 17 Jan 2026 17:24:54 +0800 Subject: [PATCH 16/18] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index f7c5da53c..2053b9a81 100644 --- a/progress.json +++ b/progress.json @@ -176,5 +176,14 @@ "Great work comparing commits in git history!" ], "status": "Completed" + }, + { + "exercise_name": "sensors-checkout", + "started_at": 1768641891.525966, + "completed_at": 1768641893.581194, + "comments": [ + "Great work traversing the revision history!" + ], + "status": "Completed" } ] \ No newline at end of file From 3f45fe3c057560eceda73ac61b34b2d6309814be Mon Sep 17 00:00:00 2001 From: Jaejun Shim Date: Sat, 17 Jan 2026 18:06:08 +0800 Subject: [PATCH 17/18] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index 2053b9a81..dcea2d3b7 100644 --- a/progress.json +++ b/progress.json @@ -185,5 +185,14 @@ "Great work traversing the revision history!" ], "status": "Completed" + }, + { + "exercise_name": "sensors-reset", + "started_at": 1768644364.604381, + "completed_at": 1768644367.659048, + "comments": [ + "You have reset the repository to the correct state!" + ], + "status": "Completed" } ] \ No newline at end of file From 2dfaeae360102c576424d9bf3d1b48f800796c64 Mon Sep 17 00:00:00 2001 From: Jaejun Shim Date: Sat, 17 Jan 2026 18:24:52 +0800 Subject: [PATCH 18/18] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index dcea2d3b7..b9f70a2cb 100644 --- a/progress.json +++ b/progress.json @@ -194,5 +194,14 @@ "You have reset the repository to the correct state!" ], "status": "Completed" + }, + { + "exercise_name": "sensors-revert", + "started_at": 1768645489.555254, + "completed_at": 1768645491.597972, + "comments": [ + "Good work reverting commits!" + ], + "status": "Completed" } ] \ No newline at end of file