From 7603b65ddfde07769fc29db790c2c65d30be553b Mon Sep 17 00:00:00 2001 From: Rumaisa Kashif Date: Wed, 21 Jan 2026 14:25:42 +0800 Subject: [PATCH 01/15] 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..70ad04bb1 --- /dev/null +++ b/progress.json @@ -0,0 +1,54 @@ +[ + { + "exercise_name": "grocery-shopping", + "started_at": 1768974374.17104, + "completed_at": 1768974375.529239, + "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": 1768975481.677124, + "completed_at": 1768975483.018014, + "comments": [], + "status": "Completed" + }, + { + "exercise_name": "stage-fright", + "started_at": 1768972461.235048, + "completed_at": 1768972462.523758, + "comments": [ + "Great work! You have successfully checked in all the actors!" + ], + "status": "Completed" + }, + { + "exercise_name": "staging-intervention", + "started_at": 1768974109.112598, + "completed_at": 1768974110.381709, + "comments": [ + "Great work! You have successfully fixed the attendance system!" + ], + "status": "Completed" + }, + { + "exercise_name": "under-control", + "started_at": 1768971764.381975, + "completed_at": 1768971765.675017, + "comments": [ + "You successfully used git init to initialize this folder as a Git repository!" + ], + "status": "Completed" + }, + { + "exercise_name": "undo-init", + "started_at": 1768971887.441497, + "completed_at": 1768971888.741193, + "comments": [ + "You have successfully undone the init operation!" + ], + "status": "Completed" + } +] \ No newline at end of file From db49a428e7c6a93c55a8a57cc88d40c85e2522ab Mon Sep 17 00:00:00 2001 From: Rumaisa Kashif Date: Wed, 21 Jan 2026 14:30:54 +0800 Subject: [PATCH 02/15] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index 70ad04bb1..c1d6bd7c9 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": 1768976982.80772, + "completed_at": 1768977053.715778, + "comments": [ + "That is not the right Github url!" + ], + "status": "Incomplete" } ] \ No newline at end of file From 7c04804652e9ba21fdf2035b5b3e585999f81127 Mon Sep 17 00:00:00 2001 From: Rumaisa Kashif Date: Wed, 21 Jan 2026 14:31:43 +0800 Subject: [PATCH 03/15] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index c1d6bd7c9..64b956ada 100644 --- a/progress.json +++ b/progress.json @@ -59,5 +59,14 @@ "That is not the right Github url!" ], "status": "Incomplete" + }, + { + "exercise_name": "remote-control", + "started_at": 1768977095.384607, + "completed_at": 1768977102.466183, + "comments": [ + "Great work setting up a public remote repository!" + ], + "status": "Completed" } ] \ No newline at end of file From 17e17754ca0d7dabab545cad35b49559e914f189 Mon Sep 17 00:00:00 2001 From: Rumaisa Kashif Date: Wed, 21 Jan 2026 14:44:18 +0800 Subject: [PATCH 04/15] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index 64b956ada..cf07d04ab 100644 --- a/progress.json +++ b/progress.json @@ -68,5 +68,14 @@ "Great work setting up a public remote repository!" ], "status": "Completed" + }, + { + "exercise_name": "link-me", + "started_at": 1768977856.07855, + "completed_at": 1768977857.370664, + "comments": [ + "Great work with using git remote to add an upstream remote!" + ], + "status": "Completed" } ] \ No newline at end of file From 274504863d693392694b7b12a588ed44853f131e Mon Sep 17 00:00:00 2001 From: Rumaisa Kashif Date: Wed, 21 Jan 2026 14:57:56 +0800 Subject: [PATCH 05/15] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index cf07d04ab..9b116dd39 100644 --- a/progress.json +++ b/progress.json @@ -77,5 +77,14 @@ "Great work with using git remote to add an upstream remote!" ], "status": "Completed" + }, + { + "exercise_name": "push-over", + "started_at": 1768978673.31509, + "completed_at": 1768978676.044444, + "comments": [ + "You should have made a separate commit!" + ], + "status": "Incomplete" } ] \ No newline at end of file From 671f845e3e6c7bc1c483f071be7fff4facdccc62 Mon Sep 17 00:00:00 2001 From: Rumaisa Kashif Date: Wed, 21 Jan 2026 15:00:47 +0800 Subject: [PATCH 06/15] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index 9b116dd39..df6443d7b 100644 --- a/progress.json +++ b/progress.json @@ -86,5 +86,14 @@ "You should have made a separate commit!" ], "status": "Incomplete" + }, + { + "exercise_name": "push-over", + "started_at": 1768978842.446915, + "completed_at": 1768978846.467557, + "comments": [ + "Great work pushing changes to the remote!" + ], + "status": "Completed" } ] \ No newline at end of file From 307d41225dce3fc37b5f5f36937fcf355b0303b4 Mon Sep 17 00:00:00 2001 From: Rumaisa Kashif Date: Wed, 21 Jan 2026 15:15:58 +0800 Subject: [PATCH 07/15] Update progress --- progress.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/progress.json b/progress.json index df6443d7b..de2a397fc 100644 --- a/progress.json +++ b/progress.json @@ -95,5 +95,15 @@ "Great work pushing changes to the remote!" ], "status": "Completed" + }, + { + "exercise_name": "ignoring-somethings", + "started_at": 1768979754.110051, + "completed_at": 1768979758.012773, + "comments": [ + "You are still ignoring why_am_i_hidden.txt. Find where the file is and fix that.", + "You should be using ** to match all subfolders to ignore runaway.txt." + ], + "status": "Incomplete" } ] \ No newline at end of file From 8925150a4187968ea1b2f0e97ae1be39643c0c14 Mon Sep 17 00:00:00 2001 From: Rumaisa Kashif Date: Wed, 21 Jan 2026 15:17:43 +0800 Subject: [PATCH 08/15] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index de2a397fc..e4c0b4a54 100644 --- a/progress.json +++ b/progress.json @@ -105,5 +105,14 @@ "You should be using ** to match all subfolders to ignore runaway.txt." ], "status": "Incomplete" + }, + { + "exercise_name": "ignoring-somethings", + "started_at": 1768979859.916527, + "completed_at": 1768979862.342774, + "comments": [ + "Great work using .gitignore!" + ], + "status": "Completed" } ] \ No newline at end of file From f682b93c3e7c1f83c350c571e07e2a983830a35e Mon Sep 17 00:00:00 2001 From: Rumaisa Kashif Date: Wed, 21 Jan 2026 17:18:27 +0800 Subject: [PATCH 09/15] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index e4c0b4a54..7fb0459b4 100644 --- a/progress.json +++ b/progress.json @@ -114,5 +114,14 @@ "Great work using .gitignore!" ], "status": "Completed" + }, + { + "exercise_name": "fork-repo", + "started_at": 1768987102.94288, + "completed_at": 1768987106.795426, + "comments": [ + "Great work creating a fork with Github!" + ], + "status": "Completed" } ] \ No newline at end of file From 7d29d82c0d02451c844fd206294dc84b654d6893 Mon Sep 17 00:00:00 2001 From: Rumaisa Kashif Date: Wed, 21 Jan 2026 17:25:22 +0800 Subject: [PATCH 10/15] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index 7fb0459b4..7c4029502 100644 --- a/progress.json +++ b/progress.json @@ -123,5 +123,14 @@ "Great work creating a fork with Github!" ], "status": "Completed" + }, + { + "exercise_name": "clone-repo", + "started_at": 1768987518.050518, + "completed_at": 1768987521.630456, + "comments": [ + "Great work creating a clone of a fork from Github!" + ], + "status": "Completed" } ] \ No newline at end of file From a731767436b901f07d685ed116c919fc4ea516c2 Mon Sep 17 00:00:00 2001 From: Rumaisa Kashif Date: Wed, 21 Jan 2026 17:29:53 +0800 Subject: [PATCH 11/15] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index 7c4029502..dd4ce2827 100644 --- a/progress.json +++ b/progress.json @@ -132,5 +132,14 @@ "Great work creating a clone of a fork from Github!" ], "status": "Completed" + }, + { + "exercise_name": "fetch-and-pull", + "started_at": 1768987791.401691, + "completed_at": 1768987792.751332, + "comments": [ + "Great work fetching and pulling different upstreams!" + ], + "status": "Completed" } ] \ No newline at end of file From c941b53e87fee8eb74f764ab55fbcd0e868b8d5a Mon Sep 17 00:00:00 2001 From: Rumaisa Kashif Date: Wed, 21 Jan 2026 17:41:29 +0800 Subject: [PATCH 12/15] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index dd4ce2827..8279a0d16 100644 --- a/progress.json +++ b/progress.json @@ -141,5 +141,14 @@ "Great work fetching and pulling different upstreams!" ], "status": "Completed" + }, + { + "exercise_name": "tags-add", + "started_at": 1768988486.077911, + "completed_at": 1768988488.937254, + "comments": [ + "\"first-pilot\" should point to the first commit." + ], + "status": "Incomplete" } ] \ No newline at end of file From dfb5b8e8e7eb12370b973ce9548eea86efdb6179 Mon Sep 17 00:00:00 2001 From: Rumaisa Kashif Date: Wed, 21 Jan 2026 17:43:22 +0800 Subject: [PATCH 13/15] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index 8279a0d16..0f7a3ec77 100644 --- a/progress.json +++ b/progress.json @@ -150,5 +150,14 @@ "\"first-pilot\" should point to the first commit." ], "status": "Incomplete" + }, + { + "exercise_name": "tags-add", + "started_at": 1768988600.979599, + "completed_at": 1768988602.262653, + "comments": [ + "Great work using git tag to annotate various commits in the repository!" + ], + "status": "Completed" } ] \ No newline at end of file From 68f0aff4d3c46348f0384c00c2aa38efe0347f49 Mon Sep 17 00:00:00 2001 From: Rumaisa Kashif Date: Wed, 21 Jan 2026 17:46:45 +0800 Subject: [PATCH 14/15] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index 0f7a3ec77..00e36bd74 100644 --- a/progress.json +++ b/progress.json @@ -159,5 +159,14 @@ "Great work using git tag to annotate various commits in the repository!" ], "status": "Completed" + }, + { + "exercise_name": "tags-update", + "started_at": 1768988803.652504, + "completed_at": 1768988804.957801, + "comments": [ + "Great work! You have successfully updated the tags to point to the correct commits." + ], + "status": "Completed" } ] \ No newline at end of file From a2d9e846d44b775946abbddf0e83b14e5c58d5ef Mon Sep 17 00:00:00 2001 From: Rumaisa Kashif Date: Wed, 21 Jan 2026 17:50:01 +0800 Subject: [PATCH 15/15] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index 00e36bd74..b3de8ec66 100644 --- a/progress.json +++ b/progress.json @@ -168,5 +168,14 @@ "Great work! You have successfully updated the tags to point to the correct commits." ], "status": "Completed" + }, + { + "exercise_name": "tags-push", + "started_at": 1768988996.137177, + "completed_at": 1768989000.662716, + "comments": [ + "Wonderful! You have successfully synced the local tags with the remote tags!" + ], + "status": "Completed" } ] \ No newline at end of file