diff --git a/progress.json b/progress.json new file mode 100644 index 000000000..8784c9209 --- /dev/null +++ b/progress.json @@ -0,0 +1,171 @@ +[ + { + "exercise_name": "grocery-shopping", + "started_at": 1768230313.158693, + "completed_at": 1768230314.947965, + "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": 1768231973.354711, + "completed_at": 1768231974.896827, + "comments": [], + "status": "Completed" + }, + { + "exercise_name": "stage-fright", + "started_at": 1768229838.825717, + "completed_at": 1768229840.429636, + "comments": [ + "Great work! You have successfully checked in all the actors!" + ], + "status": "Completed" + }, + { + "exercise_name": "staging-intervention", + "started_at": 1768230000.829894, + "completed_at": 1768230002.969569, + "comments": [ + "Great work! You have successfully fixed the attendance system!" + ], + "status": "Completed" + }, + { + "exercise_name": "under-control", + "started_at": 1768226498.730409, + "completed_at": 1768226500.296643, + "comments": [ + "You successfully used git init to initialize this folder as a Git repository!" + ], + "status": "Completed" + }, + { + "exercise_name": "undo-init", + "started_at": 1768229070.315268, + "completed_at": 1768229071.871374, + "comments": [ + "You have successfully undone the init operation!" + ], + "status": "Completed" + }, + { + "exercise_name": "remote-control", + "started_at": 1768641255.665741, + "completed_at": 1768641300.916886, + "comments": [ + "That is not the right Github url!" + ], + "status": "Incomplete" + }, + { + "exercise_name": "remote-control", + "started_at": 1768641329.866763, + "completed_at": 1768641337.515923, + "comments": [ + "Great work setting up a public remote repository!" + ], + "status": "Completed" + }, + { + "exercise_name": "link-me", + "started_at": 1768641972.947603, + "completed_at": 1768641974.410327, + "comments": [ + "Great work with using git remote to add an upstream remote!" + ], + "status": "Completed" + }, + { + "exercise_name": "push-over", + "started_at": 1768643110.566075, + "completed_at": 1768643112.628409, + "comments": [ + "Great work pushing changes to the remote!" + ], + "status": "Completed" + }, + { + "exercise_name": "ignoring-somethings", + "started_at": 1768645406.588498, + "completed_at": 1768645409.893089, + "comments": [ + "Great work using .gitignore!" + ], + "status": "Completed" + }, + { + "exercise_name": "fork-repo", + "started_at": 1768645818.43986, + "completed_at": 1768645825.371064, + "comments": [ + "Great work creating a fork with Github!" + ], + "status": "Completed" + }, + { + "exercise_name": "clone-repo", + "started_at": 1768646544.399868, + "completed_at": 1768646547.448743, + "comments": [ + "Great work creating a clone of a fork from Github!" + ], + "status": "Completed" + }, + { + "exercise_name": "fetch-and-pull", + "started_at": 1768647899.575405, + "completed_at": 1768647901.228176, + "comments": [ + "Great work fetching and pulling different upstreams!" + ], + "status": "Completed" + }, + { + "exercise_name": "view-commits", + "started_at": 1768648902.918791, + "completed_at": 1768648905.808787, + "comments": [ + "Great work in viewing and understanding the diff of a specific commit!" + ], + "status": "Completed" + }, + { + "exercise_name": "tags-add", + "started_at": 1768649621.060297, + "completed_at": 1768649622.681801, + "comments": [ + "Great work using git tag to annotate various commits in the repository!" + ], + "status": "Completed" + }, + { + "exercise_name": "tags-update", + "started_at": 1768649816.746587, + "completed_at": 1768649818.263431, + "comments": [ + "Great work! You have successfully updated the tags to point to the correct commits." + ], + "status": "Completed" + }, + { + "exercise_name": "tags-push", + "started_at": 1768650192.473627, + "completed_at": 1768650196.634057, + "comments": [ + "Wonderful! You have successfully synced the local tags with the remote tags!" + ], + "status": "Completed" + }, + { + "exercise_name": "sensors-diff", + "started_at": 1768650925.151908, + "completed_at": 1768650926.713816, + "comments": [ + "Great work comparing commits in git history!" + ], + "status": "Completed" + } +] \ No newline at end of file