diff --git a/progress.json b/progress.json new file mode 100644 index 0000000000..dc0b2327a4 --- /dev/null +++ b/progress.json @@ -0,0 +1,371 @@ +[ + { + "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" + }, + { + "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" + }, + { + "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" + }, + { + "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" + }, + { + "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" + }, + { + "exercise_name": "sensors-diff", + "started_at": 1783333332.130353, + "completed_at": 1783333335.33426, + "comments": [ + "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" + }, + { + "exercise_name": "sensors-reset", + "started_at": 1783399669.810574, + "completed_at": 1783399671.188308, + "comments": [ + "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" + }, + { + "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" + }, + { + "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" + }, + { + "exercise_name": "branch-compare", + "started_at": 1783401319.639829, + "completed_at": 1783401321.545905, + "comments": [ + "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" + }, + { + "exercise_name": "branch-forward", + "started_at": 1783403799.142295, + "completed_at": 1783403806.92301, + "comments": [ + "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" + }, + { + "exercise_name": "ff-undo", + "started_at": 1783519893.571378, + "completed_at": 1783519894.969314, + "comments": [ + "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" + }, + { + "exercise_name": "conflict-mediator", + "started_at": 1783520618.791317, + "completed_at": 1783520621.161267, + "comments": [ + "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" + }, + { + "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" + }, + { + "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" + }, + { + "exercise_name": "mix-messy-graph", + "started_at": 1783574625.999282, + "completed_at": 1783574627.952575, + "comments": [ + "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" + }, + { + "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" + }, + { + "exercise_name": "glossary-branch-delete", + "started_at": 1783576299.624827, + "completed_at": 1783576300.88994, + "comments": [ + "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