From 7e43de93be1bc31deae7279866d61d967e241fa9 Mon Sep 17 00:00:00 2001 From: Selene Date: Tue, 25 Aug 2026 09:23:17 +0800 Subject: [PATCH 1/8] 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 0000000000..18f37115f3 --- /dev/null +++ b/progress.json @@ -0,0 +1,54 @@ +[ + { + "exercise_name": "grocery-shopping", + "started_at": 1786731696.12078, + "completed_at": 1786731697.040836, + "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": 1786732614.166196, + "completed_at": 1786732615.163583, + "comments": [], + "status": "Completed" + }, + { + "exercise_name": "stage-fright", + "started_at": 1786731405.251731, + "completed_at": 1786731406.205657, + "comments": [ + "Great work! You have successfully checked in all the actors!" + ], + "status": "Completed" + }, + { + "exercise_name": "staging-intervention", + "started_at": 1786731932.800079, + "completed_at": 1786731933.693637, + "comments": [ + "Great work! You have successfully fixed the attendance system!" + ], + "status": "Completed" + }, + { + "exercise_name": "under-control", + "started_at": 1786730665.933416, + "completed_at": 1786730666.941744, + "comments": [ + "You successfully used git init to initialize this folder as a Git repository!" + ], + "status": "Completed" + }, + { + "exercise_name": "undo-init", + "started_at": 1786730749.844626, + "completed_at": 1786730750.755981, + "comments": [ + "You have successfully undone the init operation!" + ], + "status": "Completed" + } +] \ No newline at end of file From 7c263ef54519489c568f046e0ea57df2e709e318 Mon Sep 17 00:00:00 2001 From: Selene Date: Tue, 25 Aug 2026 09:26:33 +0800 Subject: [PATCH 2/8] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index 18f37115f3..3a9c62436f 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": 1787621137.37768, + "completed_at": 1787621192.80211, + "comments": [ + "Great work setting up a public remote repository!" + ], + "status": "Completed" } ] \ No newline at end of file From 6010f32487e7682129dbf508290cf98f678a2f8f Mon Sep 17 00:00:00 2001 From: Selene Date: Tue, 25 Aug 2026 09:31:53 +0800 Subject: [PATCH 3/8] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index 3a9c62436f..cba52786e2 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": 1787621511.926269, + "completed_at": 1787621513.207225, + "comments": [ + "Great work with using git remote to add an upstream remote!" + ], + "status": "Completed" } ] \ No newline at end of file From 0e9252457d6efb681f090816bedfafc3759df777 Mon Sep 17 00:00:00 2001 From: Selene Date: Tue, 25 Aug 2026 09:41:47 +0800 Subject: [PATCH 4/8] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index cba52786e2..af2e7f1525 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": 1787622105.400388, + "completed_at": 1787622107.355578, + "comments": [ + "Great work pushing changes to the remote!" + ], + "status": "Completed" } ] \ No newline at end of file From 333c03fd9fe804b0b824ab45e1d0b015dbf819b5 Mon Sep 17 00:00:00 2001 From: Selene Date: Tue, 25 Aug 2026 19:43:31 +0800 Subject: [PATCH 5/8] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index af2e7f1525..effe126b4a 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": 1787658207.644139, + "completed_at": 1787658210.913475, + "comments": [ + "You should be using ** to match all subfolders to ignore runaway.txt." + ], + "status": "Incomplete" } ] \ No newline at end of file From 4af7bec2e6812c74a1592ba56512da38e622c2e7 Mon Sep 17 00:00:00 2001 From: Selene Date: Tue, 25 Aug 2026 19:44:41 +0800 Subject: [PATCH 6/8] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index effe126b4a..595d78b57f 100644 --- a/progress.json +++ b/progress.json @@ -86,5 +86,14 @@ "You should be using ** to match all subfolders to ignore runaway.txt." ], "status": "Incomplete" + }, + { + "exercise_name": "ignoring-somethings", + "started_at": 1787658277.437594, + "completed_at": 1787658280.749426, + "comments": [ + "You should be using ** to match all subfolders to ignore runaway.txt." + ], + "status": "Incomplete" } ] \ No newline at end of file From 55f1396abefc307808023b1c7c9a2dcd39242d6a Mon Sep 17 00:00:00 2001 From: Selene Date: Tue, 25 Aug 2026 19:46:57 +0800 Subject: [PATCH 7/8] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index 595d78b57f..37ebacef7e 100644 --- a/progress.json +++ b/progress.json @@ -95,5 +95,14 @@ "You should be using ** to match all subfolders to ignore runaway.txt." ], "status": "Incomplete" + }, + { + "exercise_name": "fork-repo", + "started_at": 1787658413.478411, + "completed_at": 1787658416.23649, + "comments": [ + "Great work creating a fork with Github!" + ], + "status": "Completed" } ] \ No newline at end of file From 8e18f90dddc8d81cf9cd4d57f9d39d0526af0daa Mon Sep 17 00:00:00 2001 From: Selene Date: Tue, 25 Aug 2026 19:51:46 +0800 Subject: [PATCH 8/8] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index 37ebacef7e..1f13814253 100644 --- a/progress.json +++ b/progress.json @@ -104,5 +104,14 @@ "Great work creating a fork with Github!" ], "status": "Completed" + }, + { + "exercise_name": "clone-repo", + "started_at": 1787658700.753787, + "completed_at": 1787658705.546762, + "comments": [ + "/Users/selene/Desktop/gitmastery-home/gitmastery-exercises/clone-repo/shapes" + ], + "status": "Error" } ] \ No newline at end of file