diff --git a/progress.json b/progress.json new file mode 100644 index 000000000..b2d5919bb --- /dev/null +++ b/progress.json @@ -0,0 +1,216 @@ +[ + { + "exercise_name": "clone-repo", + "started_at": 1769138566.212068, + "completed_at": 1769138569.969187, + "comments": [ + "Great work creating a clone of a fork from Github!" + ], + "status": "Completed" + }, + { + "exercise_name": "fetch-and-pull", + "started_at": 1769138800.083022, + "completed_at": 1769138801.849278, + "comments": [ + "Great work fetching and pulling different upstreams!" + ], + "status": "Completed" + }, + { + "exercise_name": "fork-repo", + "started_at": 1769138032.674586, + "completed_at": 1769138037.802758, + "comments": [ + "Great work creating a fork with Github!" + ], + "status": "Completed" + }, + { + "exercise_name": "grocery-shopping", + "started_at": 1769136825.173433, + "completed_at": 1769136827.057666, + "comments": [ + "Great work! You have successfully used `git add` and `git commit` to modify the shopping list! Keep it up!" + ], + "status": "Completed" + }, + { + "exercise_name": "ignoring-somethings", + "started_at": 1769137813.378543, + "completed_at": 1769137820.982195, + "comments": [ + "You are not ignoring runaway.txt. Find where the file is and fix that." + ], + "status": "Incomplete" + }, + { + "exercise_name": "ignoring-somethings", + "started_at": 1769137903.368107, + "completed_at": 1769137909.754227, + "comments": [ + "Great work using .gitignore!" + ], + "status": "Completed" + }, + { + "exercise_name": "link-me", + "started_at": 1769137168.1607, + "completed_at": 1769137169.914334, + "comments": [ + "Great work with using git remote to add an upstream remote!" + ], + "status": "Completed" + }, + { + "exercise_name": "log-and-order", + "started_at": 1769136885.641943, + "completed_at": 1769136889.129333, + "comments": [ + "Could not find commit with SHA 'f5fbb86f31493649d33008bd50bceeaf76310b68'" + ], + "status": "Error" + }, + { + "exercise_name": "push-over", + "started_at": 1769137509.512149, + "completed_at": 1769137515.621014, + "comments": [ + "You might have forgotten to push your commit to the remote repository." + ], + "status": "Incomplete" + }, + { + "exercise_name": "push-over", + "started_at": 1769137544.901421, + "completed_at": 1769137547.370279, + "comments": [ + "Great work pushing changes to the remote!" + ], + "status": "Completed" + }, + { + "exercise_name": "remote-control", + "started_at": 1769136904.317579, + "completed_at": 1769136918.671526, + "comments": [ + "Great work setting up a public remote repository!" + ], + "status": "Completed" + }, + { + "exercise_name": "sensors-checkout", + "started_at": 1769140478.821401, + "completed_at": 1769140480.537365, + "comments": [ + "Great work traversing the revision history!" + ], + "status": "Completed" + }, + { + "exercise_name": "sensors-diff", + "started_at": 1769140216.691443, + "completed_at": 1769140218.431585, + "comments": [ + "Great work comparing commits in git history!" + ], + "status": "Completed" + }, + { + "exercise_name": "sensors-reset", + "started_at": 1769140704.853822, + "completed_at": 1769140706.819311, + "comments": [ + "You have reset the repository to the correct state!" + ], + "status": "Completed" + }, + { + "exercise_name": "sensors-revert", + "started_at": 1769140925.501752, + "completed_at": 1769140927.278934, + "comments": [ + "Good work reverting commits!" + ], + "status": "Completed" + }, + { + "exercise_name": "stage-fright", + "started_at": 1769136943.442809, + "completed_at": 1769136945.362041, + "comments": [ + "Great work! You have successfully checked in all the actors!" + ], + "status": "Completed" + }, + { + "exercise_name": "staging-intervention", + "started_at": 1769136954.39845, + "completed_at": 1769136956.095059, + "comments": [ + "Great work! You have successfully fixed the attendance system!" + ], + "status": "Completed" + }, + { + "exercise_name": "tags-add", + "started_at": 1769139577.387917, + "completed_at": 1769139579.180674, + "comments": [ + "Great work using git tag to annotate various commits in the repository!" + ], + "status": "Completed" + }, + { + "exercise_name": "tags-push", + "started_at": 1769139919.546829, + "completed_at": 1769139922.730036, + "comments": [ + "Wonderful! You have successfully synced the local tags with the remote tags!" + ], + "status": "Completed" + }, + { + "exercise_name": "tags-update", + "started_at": 1769139687.825502, + "completed_at": 1769139689.574416, + "comments": [ + "Great work! You have successfully updated the tags to point to the correct commits." + ], + "status": "Completed" + }, + { + "exercise_name": "under-control", + "started_at": 1769136963.735792, + "completed_at": 1769136965.43058, + "comments": [ + "You successfully used git init to initialize this folder as a Git repository!" + ], + "status": "Completed" + }, + { + "exercise_name": "undo-init", + "started_at": 1769136978.500921, + "completed_at": 1769136980.155711, + "comments": [ + "You have successfully undone the init operation!" + ], + "status": "Completed" + }, + { + "exercise_name": "view-commits", + "started_at": 1769139307.705446, + "completed_at": 1769139309.495908, + "comments": [ + "Great work in viewing and understanding the diff of a specific commit!" + ], + "status": "Completed" + }, + { + "exercise_name": "log-and-order", + "started_at": 1769154497.56196, + "completed_at": 1769154499.512804, + "comments": [], + "status": "Completed" + } +] \ No newline at end of file