From 31c11c6c94aa68e7ae856be826b74a194e779339 Mon Sep 17 00:00:00 2001 From: Tusharcoder18 Date: Thu, 2 Jul 2026 06:05:21 +0000 Subject: [PATCH 01/26] Sync progress with local machine --- progress.json | 146 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 146 insertions(+) create mode 100644 progress.json diff --git a/progress.json b/progress.json new file mode 100644 index 0000000000..e9ff57aff9 --- /dev/null +++ b/progress.json @@ -0,0 +1,146 @@ +[ + { + "exercise_name": "clone-repo", + "started_at": 1782971170.375568, + "completed_at": 1782971173.373329, + "comments": [ + "Great work creating a clone of a fork from Github!" + ], + "status": "Completed" + }, + { + "exercise_name": "fetch-and-pull", + "started_at": 1782972091.993157, + "completed_at": 1782972093.315106, + "comments": [ + "Great work fetching and pulling different upstreams!" + ], + "status": "Completed" + }, + { + "exercise_name": "fork-repo", + "started_at": 1782968714.573706, + "completed_at": 1782968717.71653, + "comments": [ + "Great work creating a fork with Github!" + ], + "status": "Completed" + }, + { + "exercise_name": "grocery-shopping", + "started_at": 1782965192.884437, + "completed_at": 1782965194.298231, + "comments": [ + "Great work! You have successfully used `git add` and `git commit` to modify the shopping list! Keep it up!" + ], + "status": "Completed" + }, + { + "exercise_name": "ignoring-somethings", + "started_at": 1782968131.075244, + "completed_at": 1782968134.507408, + "comments": [ + "You are still ignoring many/file22.txt.", + "You are not ignoring runaway.txt. Find where the file is and fix that." + ], + "status": "Incomplete" + }, + { + "exercise_name": "ignoring-somethings", + "started_at": 1782968316.110375, + "completed_at": 1782968319.527864, + "comments": [ + "You should be ignoring the rest of many/* except many/file22.txt!", + "You are not ignoring runaway.txt. Find where the file is and fix that." + ], + "status": "Incomplete" + }, + { + "exercise_name": "ignoring-somethings", + "started_at": 1782968464.473789, + "completed_at": 1782968466.40006, + "comments": [ + "Great work using .gitignore!" + ], + "status": "Completed" + }, + { + "exercise_name": "link-me", + "started_at": 1782966956.153768, + "completed_at": 1782966957.387418, + "comments": [ + "Great work with using git remote to add an upstream remote!" + ], + "status": "Completed" + }, + { + "exercise_name": "log-and-order", + "started_at": 1782965585.527049, + "completed_at": 1782965586.937902, + "comments": [], + "status": "Completed" + }, + { + "exercise_name": "push-over", + "started_at": 1782967191.116127, + "completed_at": 1782967193.943701, + "comments": [ + "You should have made a separate commit!" + ], + "status": "Incomplete" + }, + { + "exercise_name": "push-over", + "started_at": 1782967312.72394, + "completed_at": 1782967314.78835, + "comments": [ + "Great work pushing changes to the remote!" + ], + "status": "Completed" + }, + { + "exercise_name": "remote-control", + "started_at": 1782966693.407329, + "completed_at": 1782966798.916796, + "comments": [ + "Great work setting up a public remote repository!" + ], + "status": "Completed" + }, + { + "exercise_name": "stage-fright", + "started_at": 1782964907.080242, + "completed_at": 1782964908.423799, + "comments": [ + "Great work! You have successfully checked in all the actors!" + ], + "status": "Completed" + }, + { + "exercise_name": "staging-intervention", + "started_at": 1782965071.716889, + "completed_at": 1782965072.957847, + "comments": [ + "Great work! You have successfully fixed the attendance system!" + ], + "status": "Completed" + }, + { + "exercise_name": "under-control", + "started_at": 1782964756.591536, + "completed_at": 1782964757.823332, + "comments": [ + "You successfully used git init to initialize this folder as a Git repository!" + ], + "status": "Completed" + }, + { + "exercise_name": "undo-init", + "started_at": 1782964840.943668, + "completed_at": 1782964842.16278, + "comments": [ + "You have successfully undone the init operation!" + ], + "status": "Completed" + } +] \ No newline at end of file From 021e85f6027b578f8262b3d3a98ac20b5eb22766 Mon Sep 17 00:00:00 2001 From: Tusharcoder18 Date: Fri, 3 Jul 2026 07:25:52 +0000 Subject: [PATCH 02/26] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index e9ff57aff9..472b76f8b5 100644 --- a/progress.json +++ b/progress.json @@ -142,5 +142,14 @@ "You have successfully undone the init operation!" ], "status": "Completed" + }, + { + "exercise_name": "view-commits", + "started_at": 1783063546.28612, + "completed_at": 1783063547.638073, + "comments": [ + "Great work in viewing and understanding the diff of a specific commit!" + ], + "status": "Completed" } ] \ No newline at end of file From f57cb3e13067a6643f0d868aa87711f5967fccfc Mon Sep 17 00:00:00 2001 From: Tusharcoder18 Date: Fri, 3 Jul 2026 07:32:27 +0000 Subject: [PATCH 03/26] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index 472b76f8b5..ab5682338a 100644 --- a/progress.json +++ b/progress.json @@ -151,5 +151,14 @@ "Great work in viewing and understanding the diff of a specific commit!" ], "status": "Completed" + }, + { + "exercise_name": "tags-add", + "started_at": 1783063945.029329, + "completed_at": 1783063946.41434, + "comments": [ + "Great work using git tag to annotate various commits in the repository!" + ], + "status": "Completed" } ] \ No newline at end of file From a7f1c0602bf1ec0446047a3410d3dc76485d37b8 Mon Sep 17 00:00:00 2001 From: Tusharcoder18 Date: Fri, 3 Jul 2026 07:37:11 +0000 Subject: [PATCH 04/26] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index ab5682338a..0d9de53c7b 100644 --- a/progress.json +++ b/progress.json @@ -160,5 +160,14 @@ "Great work using git tag to annotate various commits in the repository!" ], "status": "Completed" + }, + { + "exercise_name": "tags-update", + "started_at": 1783064229.666567, + "completed_at": 1783064230.997746, + "comments": [ + "Great work! You have successfully updated the tags to point to the correct commits." + ], + "status": "Completed" } ] \ No newline at end of file From 56a6aceedae0d59e750e4f552f10f7a8a7d9eb9b Mon Sep 17 00:00:00 2001 From: Tusharcoder18 Date: Fri, 3 Jul 2026 07:40:54 +0000 Subject: [PATCH 05/26] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index 0d9de53c7b..127416389a 100644 --- a/progress.json +++ b/progress.json @@ -169,5 +169,14 @@ "Great work! You have successfully updated the tags to point to the correct commits." ], "status": "Completed" + }, + { + "exercise_name": "tags-push", + "started_at": 1783064451.547009, + "completed_at": 1783064453.923951, + "comments": [ + "Wonderful! You have successfully synced the local tags with the remote tags!" + ], + "status": "Completed" } ] \ No newline at end of file From 3c1cbffe56d7e871f3afd16bc05aeb530ec9664f Mon Sep 17 00:00:00 2001 From: Tusharcoder18 Date: Mon, 6 Jul 2026 10:22:22 +0000 Subject: [PATCH 06/26] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index 127416389a..ba5fb74f2c 100644 --- a/progress.json +++ b/progress.json @@ -178,5 +178,14 @@ "Wonderful! You have successfully synced the local tags with the remote tags!" ], "status": "Completed" + }, + { + "exercise_name": "sensors-diff", + "started_at": 1783333332.130353, + "completed_at": 1783333335.33426, + "comments": [ + "Great work comparing commits in git history!" + ], + "status": "Completed" } ] \ No newline at end of file From ce7ef16abc571b5c7f505933e95129fd15ed9fb6 Mon Sep 17 00:00:00 2001 From: Tusharcoder18 Date: Mon, 6 Jul 2026 10:32:01 +0000 Subject: [PATCH 07/26] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index ba5fb74f2c..ef04a6f794 100644 --- a/progress.json +++ b/progress.json @@ -187,5 +187,14 @@ "Great work comparing commits in git history!" ], "status": "Completed" + }, + { + "exercise_name": "sensors-checkout", + "started_at": 1783333918.710345, + "completed_at": 1783333920.32646, + "comments": [ + "Great work traversing the revision history!" + ], + "status": "Completed" } ] \ No newline at end of file From b833296ac8847fac7ef965b348987762c386308d Mon Sep 17 00:00:00 2001 From: Tusharcoder18 Date: Tue, 7 Jul 2026 04:47:51 +0000 Subject: [PATCH 08/26] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index ef04a6f794..ea0aab71f8 100644 --- a/progress.json +++ b/progress.json @@ -196,5 +196,14 @@ "Great work traversing the revision history!" ], "status": "Completed" + }, + { + "exercise_name": "sensors-reset", + "started_at": 1783399669.810574, + "completed_at": 1783399671.188308, + "comments": [ + "You have reset the repository to the correct state!" + ], + "status": "Completed" } ] \ No newline at end of file From 514218f915a2e9e852714ae5a342311a83a161a7 Mon Sep 17 00:00:00 2001 From: Tusharcoder18 Date: Tue, 7 Jul 2026 04:55:25 +0000 Subject: [PATCH 09/26] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index ea0aab71f8..1b7e367eb7 100644 --- a/progress.json +++ b/progress.json @@ -205,5 +205,14 @@ "You have reset the repository to the correct state!" ], "status": "Completed" + }, + { + "exercise_name": "sensors-revert", + "started_at": 1783400118.973657, + "completed_at": 1783400120.25559, + "comments": [ + "Good work reverting commits!" + ], + "status": "Completed" } ] \ No newline at end of file From 11bb13a64b5a79de86dc2c19130efdc826077647 Mon Sep 17 00:00:00 2001 From: Tusharcoder18 Date: Tue, 7 Jul 2026 05:02:08 +0000 Subject: [PATCH 10/26] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index 1b7e367eb7..c08be95b1c 100644 --- a/progress.json +++ b/progress.json @@ -214,5 +214,14 @@ "Good work reverting commits!" ], "status": "Completed" + }, + { + "exercise_name": "side-track", + "started_at": 1783400526.528771, + "completed_at": 1783400528.092588, + "comments": [ + "Great work with using git branch and git checkout to fix the bugs!" + ], + "status": "Completed" } ] \ No newline at end of file From a3900776233572e10c5855ac53fc902810a5fbc7 Mon Sep 17 00:00:00 2001 From: Tusharcoder18 Date: Tue, 7 Jul 2026 05:10:21 +0000 Subject: [PATCH 11/26] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index c08be95b1c..b34fdca432 100644 --- a/progress.json +++ b/progress.json @@ -223,5 +223,14 @@ "Great work with using git branch and git checkout to fix the bugs!" ], "status": "Completed" + }, + { + "exercise_name": "branch-previous", + "started_at": 1783401019.881575, + "completed_at": 1783401021.246989, + "comments": [ + "Excellent work! You've successfully created branches from a previous commit and explored alternative storylines!" + ], + "status": "Completed" } ] \ No newline at end of file From da7fadcdaae9e9edeb0d3160946cf3daea82111b Mon Sep 17 00:00:00 2001 From: Tusharcoder18 Date: Tue, 7 Jul 2026 05:15:22 +0000 Subject: [PATCH 12/26] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index b34fdca432..a99664e1fd 100644 --- a/progress.json +++ b/progress.json @@ -232,5 +232,14 @@ "Excellent work! You've successfully created branches from a previous commit and explored alternative storylines!" ], "status": "Completed" + }, + { + "exercise_name": "branch-compare", + "started_at": 1783401319.639829, + "completed_at": 1783401321.545905, + "comments": [ + "Great work comparing the branches successfully!" + ], + "status": "Completed" } ] \ No newline at end of file From f0357f687cd99c284b902dea3457403dd57e0183 Mon Sep 17 00:00:00 2001 From: Tusharcoder18 Date: Tue, 7 Jul 2026 05:41:28 +0000 Subject: [PATCH 13/26] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index a99664e1fd..13dc6177c4 100644 --- a/progress.json +++ b/progress.json @@ -241,5 +241,14 @@ "Great work comparing the branches successfully!" ], "status": "Completed" + }, + { + "exercise_name": "branch-bender", + "started_at": 1783402886.913713, + "completed_at": 1783402888.248025, + "comments": [ + "Great work with merging the branches in order! Try running the HTML files locally!" + ], + "status": "Completed" } ] \ No newline at end of file From e7deff0e7b77a7dfc4c13994071ac3a00ecbf8b3 Mon Sep 17 00:00:00 2001 From: Tusharcoder18 Date: Tue, 7 Jul 2026 05:56:58 +0000 Subject: [PATCH 14/26] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index 13dc6177c4..96aa7a6c72 100644 --- a/progress.json +++ b/progress.json @@ -250,5 +250,14 @@ "Great work with merging the branches in order! Try running the HTML files locally!" ], "status": "Completed" + }, + { + "exercise_name": "branch-forward", + "started_at": 1783403799.142295, + "completed_at": 1783403806.92301, + "comments": [ + "Great job fast-forward merging only 'with-sally'!" + ], + "status": "Completed" } ] \ No newline at end of file From 6005ad62b51c7706c197ec578cc97674539f5df8 Mon Sep 17 00:00:00 2001 From: Tusharcoder18 Date: Tue, 7 Jul 2026 06:05:57 +0000 Subject: [PATCH 15/26] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index 96aa7a6c72..6b194c3f75 100644 --- a/progress.json +++ b/progress.json @@ -259,5 +259,14 @@ "Great job fast-forward merging only 'with-sally'!" ], "status": "Completed" + }, + { + "exercise_name": "merge-undo", + "started_at": 1783404353.943386, + "completed_at": 1783404356.874395, + "comments": [ + "Great work with undoing the merges! Try listing the directory to see what has changed." + ], + "status": "Completed" } ] \ No newline at end of file From 2d9dc8b02efd3ffee76f378017c9cddfcfc87621 Mon Sep 17 00:00:00 2001 From: Tusharcoder18 Date: Wed, 8 Jul 2026 14:11:39 +0000 Subject: [PATCH 16/26] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index 6b194c3f75..79ebfa24e5 100644 --- a/progress.json +++ b/progress.json @@ -268,5 +268,14 @@ "Great work with undoing the merges! Try listing the directory to see what has changed." ], "status": "Completed" + }, + { + "exercise_name": "ff-undo", + "started_at": 1783519893.571378, + "completed_at": 1783519894.969314, + "comments": [ + "You have successfully undone the merge of branch 'others'." + ], + "status": "Completed" } ] \ No newline at end of file From 2dc11bfe535d9957abbb03518379a35fc50f9076 Mon Sep 17 00:00:00 2001 From: Tusharcoder18 Date: Wed, 8 Jul 2026 14:19:18 +0000 Subject: [PATCH 17/26] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index 79ebfa24e5..f200fac02f 100644 --- a/progress.json +++ b/progress.json @@ -277,5 +277,14 @@ "You have successfully undone the merge of branch 'others'." ], "status": "Completed" + }, + { + "exercise_name": "merge-squash", + "started_at": 1783520356.278301, + "completed_at": 1783520357.673032, + "comments": [ + "Good job performing a merge squash!" + ], + "status": "Completed" } ] \ No newline at end of file From d95b46c8124fab21d35cd3395ffaf71b5a43df64 Mon Sep 17 00:00:00 2001 From: Tusharcoder18 Date: Wed, 8 Jul 2026 14:23:41 +0000 Subject: [PATCH 18/26] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index f200fac02f..522ccbc0cb 100644 --- a/progress.json +++ b/progress.json @@ -286,5 +286,14 @@ "Good job performing a merge squash!" ], "status": "Completed" + }, + { + "exercise_name": "conflict-mediator", + "started_at": 1783520618.791317, + "completed_at": 1783520621.161267, + "comments": [ + "Great work resolving the merge conflict!" + ], + "status": "Completed" } ] \ No newline at end of file From 4a4d6fa2c4b3927eeead2723237f57c1ee80d3a0 Mon Sep 17 00:00:00 2001 From: Tusharcoder18 Date: Wed, 8 Jul 2026 14:30:38 +0000 Subject: [PATCH 19/26] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index 522ccbc0cb..ae64debd02 100644 --- a/progress.json +++ b/progress.json @@ -295,5 +295,14 @@ "Great work resolving the merge conflict!" ], "status": "Completed" + }, + { + "exercise_name": "branch-rename", + "started_at": 1783521036.420099, + "completed_at": 1783521037.739177, + "comments": [ + "Great work with renaming the branches on your local repository!" + ], + "status": "Completed" } ] \ No newline at end of file From eb408b8c467d6f0b12cfa88ec4af2e1b640dc07e Mon Sep 17 00:00:00 2001 From: Tusharcoder18 Date: Thu, 9 Jul 2026 04:47:01 +0000 Subject: [PATCH 20/26] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index ae64debd02..bbe9df0be2 100644 --- a/progress.json +++ b/progress.json @@ -304,5 +304,14 @@ "Great work with renaming the branches on your local repository!" ], "status": "Completed" + }, + { + "exercise_name": "branch-delete", + "started_at": 1783572415.409319, + "completed_at": 1783572416.676518, + "comments": [ + "Great job using git branch to delete both merged and unmerged branches!" + ], + "status": "Completed" } ] \ No newline at end of file From 8279192d9dc01648f992ae433e1c3b57edf65d35 Mon Sep 17 00:00:00 2001 From: Tusharcoder18 Date: Thu, 9 Jul 2026 05:11:34 +0000 Subject: [PATCH 21/26] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index bbe9df0be2..262e7f2d3b 100644 --- a/progress.json +++ b/progress.json @@ -313,5 +313,14 @@ "Great job using git branch to delete both merged and unmerged branches!" ], "status": "Completed" + }, + { + "exercise_name": "mix-messy-docs", + "started_at": 1783573892.38684, + "completed_at": 1783573893.796544, + "comments": [ + "Great work using all of the concepts you've learnt about branching to mix the messy documentation!" + ], + "status": "Completed" } ] \ No newline at end of file From f31b222de34dee9fa93223977e627bdb63660a56 Mon Sep 17 00:00:00 2001 From: Tusharcoder18 Date: Thu, 9 Jul 2026 05:23:48 +0000 Subject: [PATCH 22/26] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index 262e7f2d3b..3324d27ce1 100644 --- a/progress.json +++ b/progress.json @@ -322,5 +322,14 @@ "Great work using all of the concepts you've learnt about branching to mix the messy documentation!" ], "status": "Completed" + }, + { + "exercise_name": "mix-messy-graph", + "started_at": 1783574625.999282, + "completed_at": 1783574627.952575, + "comments": [ + "You have successfully completed the exercise!" + ], + "status": "Completed" } ] \ No newline at end of file From c32552c648d4081de683ae16a0e9059722110281 Mon Sep 17 00:00:00 2001 From: Tusharcoder18 Date: Thu, 9 Jul 2026 05:28:32 +0000 Subject: [PATCH 23/26] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index 3324d27ce1..8b0aa5011c 100644 --- a/progress.json +++ b/progress.json @@ -331,5 +331,14 @@ "You have successfully completed the exercise!" ], "status": "Completed" + }, + { + "exercise_name": "glossary-branch-push", + "started_at": 1783574910.692823, + "completed_at": 1783574911.942216, + "comments": [ + "Great work pushing the PQR branch to your fork!" + ], + "status": "Completed" } ] \ No newline at end of file From 2bfe7d6c76438f217393f10f83c2dee2f3917cd4 Mon Sep 17 00:00:00 2001 From: Tusharcoder18 Date: Thu, 9 Jul 2026 05:47:55 +0000 Subject: [PATCH 24/26] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index 8b0aa5011c..2eda7268ff 100644 --- a/progress.json +++ b/progress.json @@ -340,5 +340,14 @@ "Great work pushing the PQR branch to your fork!" ], "status": "Completed" + }, + { + "exercise_name": "glossary-branch-pull", + "started_at": 1783576073.922569, + "completed_at": 1783576075.299407, + "comments": [ + "Great work! All required branches are present and correctly set up." + ], + "status": "Completed" } ] \ No newline at end of file From 44413cd469fc45bcd030752cd1a8e96ed113a900 Mon Sep 17 00:00:00 2001 From: Tusharcoder18 Date: Thu, 9 Jul 2026 05:51:41 +0000 Subject: [PATCH 25/26] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index 2eda7268ff..21a6330f8b 100644 --- a/progress.json +++ b/progress.json @@ -349,5 +349,14 @@ "Great work! All required branches are present and correctly set up." ], "status": "Completed" + }, + { + "exercise_name": "glossary-branch-delete", + "started_at": 1783576299.624827, + "completed_at": 1783576300.88994, + "comments": [ + "Great job deleting the VWX branch!" + ], + "status": "Completed" } ] \ No newline at end of file From c492b2932bf722f464996a0bca77d9095d1dd93e Mon Sep 17 00:00:00 2001 From: Tusharcoder18 Date: Thu, 9 Jul 2026 05:59:53 +0000 Subject: [PATCH 26/26] Update progress --- progress.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/progress.json b/progress.json index 21a6330f8b..dc0b2327a4 100644 --- a/progress.json +++ b/progress.json @@ -358,5 +358,14 @@ "Great job deleting the VWX branch!" ], "status": "Completed" + }, + { + "exercise_name": "glossary-branch-rename", + "started_at": 1783576790.38083, + "completed_at": 1783576792.368315, + "comments": [ + "Nice work renaming the branch locally and on the remote!" + ], + "status": "Completed" } ] \ No newline at end of file