diff --git a/progress.json b/progress.json new file mode 100644 index 000000000..7f1a03e7d --- /dev/null +++ b/progress.json @@ -0,0 +1,135 @@ +[ + { + "exercise_name": "grocery-shopping", + "started_at": 1768985295.048444, + "completed_at": 1768985298.226432, + "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": 1768987392.68514, + "completed_at": 1768987397.139797, + "comments": [], + "status": "Completed" + }, + { + "exercise_name": "stage-fright", + "started_at": 1768985786.952794, + "completed_at": 1768985788.855403, + "comments": [ + "Great work! You have successfully checked in all the actors!" + ], + "status": "Completed" + }, + { + "exercise_name": "staging-intervention", + "started_at": 1768922576.745607, + "completed_at": 1768922578.774923, + "comments": [ + "Great work! You have successfully fixed the attendance system!" + ], + "status": "Completed" + }, + { + "exercise_name": "under-control", + "started_at": 1768985567.434867, + "completed_at": 1768985569.185986, + "comments": [ + "You successfully used git init to initialize this folder as a Git repository!" + ], + "status": "Completed" + }, + { + "exercise_name": "undo-init", + "started_at": 1768921599.943891, + "completed_at": 1768921601.792695, + "comments": [ + "You have successfully undone the init operation!" + ], + "status": "Completed" + }, + { + "exercise_name": "remote-control", + "started_at": 1769141465.369459, + "completed_at": 1769141556.084811, + "comments": [ + "Great work setting up a public remote repository!" + ], + "status": "Completed" + }, + { + "exercise_name": "link-me", + "started_at": 1769141952.209533, + "completed_at": 1769141954.050608, + "comments": [ + "Great work with using git remote to add an upstream remote!" + ], + "status": "Completed" + }, + { + "exercise_name": "push-over", + "started_at": 1769145479.866667, + "completed_at": 1769145485.382777, + "comments": [ + "Great work pushing changes to the remote!" + ], + "status": "Completed" + }, + { + "exercise_name": "ignoring-somethings", + "started_at": 1769154618.616477, + "completed_at": 1769154624.504439, + "comments": [ + "Great work using .gitignore!" + ], + "status": "Completed" + }, + { + "exercise_name": "fork-repo", + "started_at": 1769157197.767694, + "completed_at": 1769157201.721746, + "comments": [ + "Great work creating a fork with Github!" + ], + "status": "Completed" + }, + { + "exercise_name": "clone-repo", + "started_at": 1769158511.437561, + "completed_at": 1769158519.150174, + "comments": [ + "Great work creating a clone of a fork from Github!" + ], + "status": "Completed" + }, + { + "exercise_name": "fetch-and-pull", + "started_at": 1769161339.476449, + "completed_at": 1769161341.450221, + "comments": [ + "Great work fetching and pulling different upstreams!" + ], + "status": "Completed" + }, + { + "exercise_name": "view-commits", + "started_at": 1769183313.114953, + "completed_at": 1769183317.156353, + "comments": [ + "Great work in viewing and understanding the diff of a specific commit!" + ], + "status": "Completed" + }, + { + "exercise_name": "tags-add", + "started_at": 1769186384.15698, + "completed_at": 1769186388.894861, + "comments": [ + "Great work using git tag to annotate various commits in the repository!" + ], + "status": "Completed" + } +] \ No newline at end of file