diff --git a/progress.json b/progress.json new file mode 100644 index 0000000000..da7d1b6507 --- /dev/null +++ b/progress.json @@ -0,0 +1,126 @@ +[ + { + "exercise_name": "grocery-shopping", + "started_at": 1787232975.814953, + "completed_at": 1787232979.570237, + "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": 1787233716.541584, + "completed_at": 1787233719.897094, + "comments": [], + "status": "Completed" + }, + { + "exercise_name": "stage-fright", + "started_at": 1787232633.820363, + "completed_at": 1787232637.071954, + "comments": [ + "Great work! You have successfully checked in all the actors!" + ], + "status": "Completed" + }, + { + "exercise_name": "under-control", + "started_at": 1787228879.545154, + "completed_at": 1787228882.724047, + "comments": [ + "You successfully used git init to initialize this folder as a Git repository!" + ], + "status": "Completed" + }, + { + "exercise_name": "remote-control", + "started_at": 1787280641.70508, + "completed_at": 1787280691.985689, + "comments": [ + "Great work setting up a public remote repository!" + ], + "status": "Completed" + }, + { + "exercise_name": "link-me", + "started_at": 1787281181.708178, + "completed_at": 1787281185.841996, + "comments": [ + "Great work with using git remote to add an upstream remote!" + ], + "status": "Completed" + }, + { + "exercise_name": "push-over", + "started_at": 1787281755.017178, + "completed_at": 1787281758.947964, + "comments": [ + "Great work pushing changes to the remote!" + ], + "status": "Completed" + }, + { + "exercise_name": "fork-repo", + "started_at": 1787283164.77762, + "completed_at": 1787283169.448111, + "comments": [ + "Great work creating a fork with Github!" + ], + "status": "Completed" + }, + { + "exercise_name": "clone-repo", + "started_at": 1787283886.069448, + "completed_at": 1787283890.75768, + "comments": [ + "Great work creating a clone of a fork from Github!" + ], + "status": "Completed" + }, + { + "exercise_name": "fetch-and-pull", + "started_at": 1787286005.81798, + "completed_at": 1787286008.426286, + "comments": [ + "Great work fetching and pulling different upstreams!" + ], + "status": "Completed" + }, + { + "exercise_name": "view-commits", + "started_at": 1787287023.696236, + "completed_at": 1787287026.483895, + "comments": [ + "Great work in viewing and understanding the diff of a specific commit!" + ], + "status": "Completed" + }, + { + "exercise_name": "tags-add", + "started_at": 1787287498.568991, + "completed_at": 1787287501.408603, + "comments": [ + "Great work using git tag to annotate various commits in the repository!" + ], + "status": "Completed" + }, + { + "exercise_name": "tags-update", + "started_at": 1787287849.417274, + "completed_at": 1787287852.323651, + "comments": [ + "Great work! You have successfully updated the tags to point to the correct commits." + ], + "status": "Completed" + }, + { + "exercise_name": "tags-push", + "started_at": 1787288117.135996, + "completed_at": 1787288121.262458, + "comments": [ + "Wonderful! You have successfully synced the local tags with the remote tags!" + ], + "status": "Completed" + } +] \ No newline at end of file