diff --git a/progress.json b/progress.json new file mode 100644 index 00000000..a7abe2f4 --- /dev/null +++ b/progress.json @@ -0,0 +1,155 @@ +[ + { + "exercise_name": "grocery-shopping", + "started_at": 1755006532.66113, + "completed_at": 1755006533.135358, + "comments": [ + "Great work! You have successfully used `git add` and `git commit` to modify the shopping list! Keep it up!" + ], + "status": "Completed" + }, + { + "exercise_name": "stage-fright", + "started_at": 1755006175.808819, + "completed_at": 1755006176.354958, + "comments": [ + "Great work! You have successfully checked in all the actors!" + ], + "status": "Completed" + }, + { + "exercise_name": "staging-intervention", + "started_at": 1755006335.139319, + "completed_at": 1755006335.46611, + "comments": [ + "Great work! You have successfully fixed the attendance system!" + ], + "status": "Completed" + }, + { + "exercise_name": "under-control", + "started_at": 1755005591.320063, + "completed_at": 1755005591.625495, + "comments": [ + "You successfully used git init to initialize this folder as a Git repository!" + ], + "status": "Completed" + }, + { + "exercise_name": "remote-control", + "started_at": 1755324653.165057, + "completed_at": 1755324739.148209, + "comments": [ + "Great work setting up a public remote repository!" + ], + "status": "Completed" + }, + { + "exercise_name": "link-me", + "started_at": 1755325263.761835, + "completed_at": 1755325264.052627, + "comments": [ + "too many values to unpack (expected 2)" + ], + "status": "Error" + }, + { + "exercise_name": "link-me", + "started_at": 1755325301.788913, + "completed_at": 1755325301.831477, + "comments": [ + "too many values to unpack (expected 2)" + ], + "status": "Error" + }, + { + "exercise_name": "link-me", + "started_at": 1755325398.266559, + "completed_at": 1755325398.309284, + "comments": [ + "too many values to unpack (expected 2)" + ], + "status": "Error" + }, + { + "exercise_name": "link-me", + "started_at": 1755325435.516732, + "completed_at": 1755325435.562642, + "comments": [ + "Great work with using git remote to add an upstream remote!" + ], + "status": "Completed" + }, + { + "exercise_name": "push-over", + "started_at": 1755423522.348803, + "completed_at": 1755423522.765176, + "comments": [ + "You should have made a separate commit!" + ], + "status": "Incomplete" + }, + { + "exercise_name": "push-over", + "started_at": 1755423626.479975, + "completed_at": 1755423627.210878, + "comments": [ + "Great work pushing changes to the remote!" + ], + "status": "Completed" + }, + { + "exercise_name": "ignoring-somethings", + "started_at": 1755424355.269277, + "completed_at": 1755424356.296783, + "comments": [ + "Great work using .gitignore!" + ], + "status": "Completed" + }, + { + "exercise_name": "fork-repo", + "started_at": 1755424574.918517, + "completed_at": 1755424576.962699, + "comments": [ + "Great work creating a fork with Github!" + ], + "status": "Completed" + }, + { + "exercise_name": "clone-repo", + "started_at": 1755425098.399514, + "completed_at": 1755425100.244323, + "comments": [ + "/Users/javier/Desktop/gitmastery-home/gitmastery-exercises/clone-repo/shapes" + ], + "status": "Error" + }, + { + "exercise_name": "clone-repo", + "started_at": 1755425218.944045, + "completed_at": 1755425220.571119, + "comments": [ + "Great work creating a clone of a fork from Github!" + ], + "status": "Completed" + }, + { + "exercise_name": "fetch-and-pull", + "started_at": 1755425718.80524, + "completed_at": 1755425719.181054, + "comments": [ + "You did not pull Alice's changes to your own main branch!" + ], + "status": "Incomplete" + }, + { + "exercise_name": "fetch-and-pull", + "started_at": 1755425762.673171, + "completed_at": 1755425762.731588, + "comments": [ + "Great work fetching and pulling different upstreams!" + ], + "status": "Completed" + } +] \ No newline at end of file