diff --git a/progress.json b/progress.json new file mode 100644 index 000000000..5dcde1231 --- /dev/null +++ b/progress.json @@ -0,0 +1,137 @@ +[ + { + "exercise_name": "grocery-shopping", + "started_at": 1756098516.32028, + "completed_at": 1756098516.770068, + "comments": [ + "Great work! You have successfully used `git add` and `git commit` to modify the shopping list! Keep it up!" + ], + "status": "Completed" + }, + { + "exercise_name": "stage-fright", + "started_at": 1756097520.586345, + "completed_at": 1756097521.019538, + "comments": [ + "Great work! You have successfully checked in all the actors!" + ], + "status": "Completed" + }, + { + "exercise_name": "under-control", + "started_at": 1756096094.253546, + "completed_at": 1756096094.715847, + "comments": [ + "You successfully used git init to initialize this folder as a Git repository!" + ], + "status": "Completed" + }, + { + "exercise_name": "remote-control", + "started_at": 1756126322.944419, + "completed_at": 1756126536.278619, + "comments": [ + "Great work setting up a public remote repository!" + ], + "status": "Completed" + }, + { + "exercise_name": "link-me", + "started_at": 1756127988.200457, + "completed_at": 1756127988.614491, + "comments": [ + "Great work with using git remote to add an upstream remote!" + ], + "status": "Completed" + }, + { + "exercise_name": "push-over", + "started_at": 1756129817.910893, + "completed_at": 1756129822.241894, + "comments": [ + "Great work pushing changes to the remote!" + ], + "status": "Completed" + }, + { + "exercise_name": "ignoring-somethings", + "started_at": 1756132169.530741, + "completed_at": 1756132170.469059, + "comments": [ + "Great work using .gitignore!" + ], + "status": "Completed" + }, + { + "exercise_name": "fork-repo", + "started_at": 1756170712.57535, + "completed_at": 1756170715.123812, + "comments": [ + "Great work creating a fork with Github!" + ], + "status": "Completed" + }, + { + "exercise_name": "clone-repo", + "started_at": 1756207361.694068, + "completed_at": 1756207363.851745, + "comments": [ + "Great work creating a clone of a fork from Github!" + ], + "status": "Completed" + }, + { + "exercise_name": "fetch-and-pull", + "started_at": 1756208928.226155, + "completed_at": 1756208928.640204, + "comments": [ + "Great work fetching and pulling different upstreams!" + ], + "status": "Completed" + }, + { + "exercise_name": "side-track", + "started_at": 1756791876.644987, + "completed_at": 1756791877.107946, + "comments": [ + "Great work with using git branch and git checkout to fix the bugs!" + ], + "status": "Completed" + }, + { + "exercise_name": "branch-bender", + "started_at": 1756810825.409812, + "completed_at": 1756810825.866549, + "comments": [ + "Great work with merging the branches in order! Try running the HTML files locally!" + ], + "status": "Completed" + }, + { + "exercise_name": "conflict-mediator", + "started_at": 1756811406.742322, + "completed_at": 1756811407.287798, + "comments": [ + "Great work resolving the merge conflict!" + ], + "status": "Completed" + }, + { + "exercise_name": "branch-rename", + "started_at": 1756811949.76798, + "completed_at": 1756811950.185361, + "comments": [ + "Great work with renaming the branches on your local repository!" + ], + "status": "Completed" + }, + { + "exercise_name": "branch-delete", + "started_at": 1756812306.674855, + "completed_at": 1756812307.179301, + "comments": [ + "Great job using git branch to delete both merged and unmerged branches!" + ], + "status": "Completed" + } +] \ No newline at end of file