diff --git a/progress.json b/progress.json new file mode 100644 index 0000000000..52dda9102a --- /dev/null +++ b/progress.json @@ -0,0 +1,298 @@ +[ + { + "exercise_name": "under-control", + "started_at": 1789200660.775768, + "completed_at": 1789200662.170335, + "comments": [ + "You successfully used git init to initialize this folder as a Git repository!" + ], + "status": "Completed" + }, + { + "exercise_name": "stage-fright", + "started_at": 1789200679.115458, + "completed_at": 1789200680.424885, + "comments": [ + "Great work! You have successfully checked in all the actors!" + ], + "status": "Completed" + }, + { + "exercise_name": "grocery-shopping", + "started_at": 1789200692.604004, + "completed_at": 1789200694.014831, + "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": 1789200705.71734, + "completed_at": 1789200707.522628, + "comments": [], + "status": "Completed" + }, + { + "exercise_name": "remote-control", + "started_at": 1789200780.278287, + "completed_at": 1789200802.401152, + "comments": [ + "Great work setting up a public remote repository!" + ], + "status": "Completed" + }, + { + "exercise_name": "link-me", + "started_at": 1789200860.223832, + "completed_at": 1789200861.53523, + "comments": [ + "Great work with using git remote to add an upstream remote!" + ], + "status": "Completed" + }, + { + "exercise_name": "push-over", + "started_at": 1789200874.483347, + "completed_at": 1789200876.376937, + "comments": [ + "Great work pushing changes to the remote!" + ], + "status": "Completed" + }, + { + "exercise_name": "ignoring-somethings", + "started_at": 1789200888.192424, + "completed_at": 1789200890.993218, + "comments": [ + "Great work using .gitignore!" + ], + "status": "Completed" + }, + { + "exercise_name": "fork-repo", + "started_at": 1789200987.611956, + "completed_at": 1789200990.693003, + "comments": [ + "Great work creating a fork with Github!" + ], + "status": "Completed" + }, + { + "exercise_name": "clone-repo", + "started_at": 1789201003.850259, + "completed_at": 1789201007.292063, + "comments": [ + "Great work creating a clone of a fork from Github!" + ], + "status": "Completed" + }, + { + "exercise_name": "fetch-and-pull", + "started_at": 1789201019.506422, + "completed_at": 1789201020.86791, + "comments": [ + "Great work fetching and pulling different upstreams!" + ], + "status": "Completed" + }, + { + "exercise_name": "view-commits", + "started_at": 1789201206.971283, + "completed_at": 1789201210.057545, + "comments": [ + "Answer for In February, who was replaced in the Wednesday duty roster? is not right.", + "Answer for In February, who joined the Tuesday duty roster? is not right." + ], + "status": "Incomplete" + }, + { + "exercise_name": "tags-add", + "started_at": 1789201222.677029, + "completed_at": 1789201224.125057, + "comments": [ + "Great work using git tag to annotate various commits in the repository!" + ], + "status": "Completed" + }, + { + "exercise_name": "tags-update", + "started_at": 1789201235.99116, + "completed_at": 1789201237.436655, + "comments": [ + "Great work! You have successfully updated the tags to point to the correct commits." + ], + "status": "Completed" + }, + { + "exercise_name": "tags-push", + "started_at": 1789201249.099, + "completed_at": 1789201251.514722, + "comments": [ + "Wonderful! You have successfully synced the local tags with the remote tags!" + ], + "status": "Completed" + }, + { + "exercise_name": "view-commits", + "started_at": 1789201271.008677, + "completed_at": 1789201272.730789, + "comments": [ + "Great work in viewing and understanding the diff of a specific commit!" + ], + "status": "Completed" + }, + { + "exercise_name": "sensors-diff", + "started_at": 1789201392.429214, + "completed_at": 1789201393.769373, + "comments": [ + "Great work comparing commits in git history!" + ], + "status": "Completed" + }, + { + "exercise_name": "sensors-checkout", + "started_at": 1789201405.653848, + "completed_at": 1789201407.061166, + "comments": [ + "Great work traversing the revision history!" + ], + "status": "Completed" + }, + { + "exercise_name": "sensors-reset", + "started_at": 1789201418.866001, + "completed_at": 1789201420.248991, + "comments": [ + "You have reset the repository to the correct state!" + ], + "status": "Completed" + }, + { + "exercise_name": "sensors-revert", + "started_at": 1789201431.886614, + "completed_at": 1789201433.251048, + "comments": [ + "Good work reverting commits!" + ], + "status": "Completed" + }, + { + "exercise_name": "side-track", + "started_at": 1789201623.618194, + "completed_at": 1789201624.984305, + "comments": [ + "Great work with using git branch and git checkout to fix the bugs!" + ], + "status": "Completed" + }, + { + "exercise_name": "branch-previous", + "started_at": 1789201636.884217, + "completed_at": 1789201638.361984, + "comments": [ + "Excellent work! You've successfully created branches from a previous commit and explored alternative storylines!" + ], + "status": "Completed" + }, + { + "exercise_name": "branch-bender", + "started_at": 1789201650.194647, + "completed_at": 1789201651.519915, + "comments": [ + "Great work with merging the branches in order! Try running the HTML files locally!" + ], + "status": "Completed" + }, + { + "exercise_name": "branch-forward", + "started_at": 1789201663.321559, + "completed_at": 1789201664.654606, + "comments": [ + "Great job fast-forward merging only 'with-sally'!" + ], + "status": "Completed" + }, + { + "exercise_name": "conflict-mediator", + "started_at": 1789201676.801557, + "completed_at": 1789201678.133537, + "comments": [ + "Great work resolving the merge conflict!" + ], + "status": "Completed" + }, + { + "exercise_name": "branch-rename", + "started_at": 1789201690.023188, + "completed_at": 1789201691.359491, + "comments": [ + "Great work with renaming the branches on your local repository!" + ], + "status": "Completed" + }, + { + "exercise_name": "branch-delete", + "started_at": 1789201703.742967, + "completed_at": 1789201705.299538, + "comments": [ + "Great job using git branch to delete both merged and unmerged branches!" + ], + "status": "Completed" + }, + { + "exercise_name": "mix-messy-docs", + "started_at": 1789201815.48174, + "completed_at": 1789201817.006366, + "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": 1789201830.652025, + "completed_at": 1789201832.195915, + "comments": [ + "You have successfully completed the exercise!" + ], + "status": "Completed" + }, + { + "exercise_name": "glossary-branch-push", + "started_at": 1789202064.544153, + "completed_at": 1789202065.874014, + "comments": [ + "Great work pushing the PQR branch to your fork!" + ], + "status": "Completed" + }, + { + "exercise_name": "glossary-branch-pull", + "started_at": 1789202078.276281, + "completed_at": 1789202079.730926, + "comments": [ + "Great work! All required branches are present and correctly set up." + ], + "status": "Completed" + }, + { + "exercise_name": "glossary-branch-delete", + "started_at": 1789202091.377182, + "completed_at": 1789202092.889073, + "comments": [ + "Great job deleting the VWX branch!" + ], + "status": "Completed" + }, + { + "exercise_name": "glossary-branch-rename", + "started_at": 1789202104.888385, + "completed_at": 1789202106.923266, + "comments": [ + "Nice work renaming the branch locally and on the remote!" + ], + "status": "Completed" + } +] \ No newline at end of file