diff --git a/progress.json b/progress.json new file mode 100644 index 00000000..24bc906a --- /dev/null +++ b/progress.json @@ -0,0 +1,74 @@ +[ + { + "exercise_name": "under-control", + "started_at": 1753932879.379522, + "completed_at": 1753932879.798024, + "comments": [ + "You successfully used git init to initialize this folder as a Git repository!" + ], + "status": "Completed" + }, + { + "exercise_name": "remote-control", + "started_at": 1754059632.703874, + "completed_at": 1754061324.473129, + "comments": [ + "Great work setting up a public remote repository!" + ], + "status": "Completed" + }, + { + "exercise_name": "remote-control", + "started_at": 1754061352.530079, + "completed_at": 1754061388.829425, + "comments": [ + "That is not the right Github url!" + ], + "status": "Incomplete" + }, + { + "exercise_name": "remote-control", + "started_at": 1754061418.989184, + "completed_at": 1754061422.162714, + "comments": [ + "Great work setting up a public remote repository!" + ], + "status": "Completed" + }, + { + "exercise_name": "link-me", + "started_at": 1754062210.453789, + "completed_at": 1754062210.827457, + "comments": [ + "Great work with using git remote to add an upstream remote!" + ], + "status": "Completed" + }, + { + "exercise_name": "ignoring-somethings", + "started_at": 1754068108.707225, + "completed_at": 1754068109.085555, + "comments": [ + "You have not made any commits yet!" + ], + "status": "Incomplete" + }, + { + "exercise_name": "ignoring-somethings", + "started_at": 1754068188.222962, + "completed_at": 1754068188.348675, + "comments": [ + "Great work using .gitignore!" + ], + "status": "Completed" + }, + { + "exercise_name": "side-track", + "started_at": 1754557448.052168, + "completed_at": 1754557448.610932, + "comments": [ + "Great work with using git branch and git checkout to fix the bugs!" + ], + "status": "Completed" + } +] \ No newline at end of file