diff --git a/progress.json b/progress.json new file mode 100644 index 000000000..401db8dd4 --- /dev/null +++ b/progress.json @@ -0,0 +1,57 @@ +[ + { + "exercise_name": "undo-init", + "started_at": 1768648366.278594, + "completed_at": 1768648371.056489, + "comments": [ + "The init operation is not undone." + ], + "status": "Incomplete" + }, + { + "exercise_name": "link-me", + "started_at": 1769074727.424861, + "completed_at": 1769074730.635366, + "comments": [ + "Missing remote called 'upstream'." + ], + "status": "Incomplete" + }, + { + "exercise_name": "link-me", + "started_at": 1769074892.127507, + "completed_at": 1769074893.609772, + "comments": [ + "Great work with using git remote to add an upstream remote!" + ], + "status": "Completed" + }, + { + "exercise_name": "push-over", + "started_at": 1769172993.963477, + "completed_at": 1769172996.298735, + "comments": [ + "Great work pushing changes to the remote!" + ], + "status": "Completed" + }, + { + "exercise_name": "ignoring-somethings", + "started_at": 1769174453.916606, + "completed_at": 1769174459.466603, + "comments": [ + "You should be using ** to match all subfolders to ignore runaway.txt.", + "You have not committed the relevant changes yet!" + ], + "status": "Incomplete" + }, + { + "exercise_name": "ignoring-somethings", + "started_at": 1769174902.869858, + "completed_at": 1769174906.955377, + "comments": [ + "Great work using .gitignore!" + ], + "status": "Completed" + } +] \ No newline at end of file