diff --git a/progress.json b/progress.json new file mode 100644 index 000000000..a8ad6dc49 --- /dev/null +++ b/progress.json @@ -0,0 +1,155 @@ +[ + { + "exercise_name": "remote-control", + "started_at": 1768647721.305438, + "completed_at": 1768647809.24663, + "comments": [ + "Great work setting up a public remote repository!" + ], + "status": "Completed" + }, + { + "exercise_name": "link-me", + "started_at": 1768648300.415551, + "completed_at": 1768648303.223939, + "comments": [ + "Missing remote called 'upstream'." + ], + "status": "Incomplete" + }, + { + "exercise_name": "link-me", + "started_at": 1768648467.903762, + "completed_at": 1768648470.757124, + "comments": [ + "Missing remote called 'upstream'." + ], + "status": "Incomplete" + }, + { + "exercise_name": "link-me", + "started_at": 1768648704.723717, + "completed_at": 1768648707.711255, + "comments": [ + "Wrong 'upstream' remote URL" + ], + "status": "Incomplete" + }, + { + "exercise_name": "link-me", + "started_at": 1768648785.457867, + "completed_at": 1768648788.196813, + "comments": [ + "Wrong 'upstream' remote URL" + ], + "status": "Incomplete" + }, + { + "exercise_name": "link-me", + "started_at": 1768649035.780359, + "completed_at": 1768649037.091919, + "comments": [ + "Great work with using git remote to add an upstream remote!" + ], + "status": "Completed" + }, + { + "exercise_name": "fork-repo", + "started_at": 1768811130.230679, + "completed_at": 1768811132.808406, + "comments": [ + "Great work creating a fork with Github!" + ], + "status": "Completed" + }, + { + "exercise_name": "clone-repo", + "started_at": 1768812197.841815, + "completed_at": 1768812202.287911, + "comments": [ + "The upstream remote does not point to the original repository!" + ], + "status": "Incomplete" + }, + { + "exercise_name": "clone-repo", + "started_at": 1768812269.691423, + "completed_at": 1768812272.318717, + "comments": [ + "Great work creating a clone of a fork from Github!" + ], + "status": "Completed" + }, + { + "exercise_name": "fetch-and-pull", + "started_at": 1768812812.285488, + "completed_at": 1768812813.695512, + "comments": [ + "Great work fetching and pulling different upstreams!" + ], + "status": "Completed" + }, + { + "exercise_name": "view-commits", + "started_at": 1768813676.855156, + "completed_at": 1768813678.148713, + "comments": [ + "Great work in viewing and understanding the diff of a specific commit!" + ], + "status": "Completed" + }, + { + "exercise_name": "tags-add", + "started_at": 1768814064.045069, + "completed_at": 1768814065.370106, + "comments": [ + "Great work using git tag to annotate various commits in the repository!" + ], + "status": "Completed" + }, + { + "exercise_name": "tags-update", + "started_at": 1768814278.581835, + "completed_at": 1768814279.899938, + "comments": [ + "Great work! You have successfully updated the tags to point to the correct commits." + ], + "status": "Completed" + }, + { + "exercise_name": "tags-push", + "started_at": 1768814482.438058, + "completed_at": 1768814502.399043, + "comments": [ + "Tag beta is still on the remote!" + ], + "status": "Incomplete" + }, + { + "exercise_name": "tags-push", + "started_at": 1768814733.133392, + "completed_at": 1768814744.580238, + "comments": [ + "Wonderful! You have successfully synced the local tags with the remote tags!" + ], + "status": "Completed" + }, + { + "exercise_name": "sensors-reset", + "started_at": 1768815533.167899, + "completed_at": 1768815534.710048, + "comments": [ + "You have reset the repository to the correct state!" + ], + "status": "Completed" + }, + { + "exercise_name": "sensors-revert", + "started_at": 1768815864.127444, + "completed_at": 1768815865.444774, + "comments": [ + "Good work reverting commits!" + ], + "status": "Completed" + } +] \ No newline at end of file