diff --git a/progress.json b/progress.json new file mode 100644 index 000000000..16e28f803 --- /dev/null +++ b/progress.json @@ -0,0 +1,128 @@ +[ + { + "exercise_name": "grocery-shopping", + "started_at": 1769067536.882712, + "completed_at": 1769067539.327879, + "comments": [ + "Great work! You have successfully used `git add` and `git commit` to modify the shopping list! Keep it up!" + ], + "status": "Completed" + }, + { + "exercise_name": "log-and-order", + "started_at": 1769069558.862618, + "completed_at": 1769069562.229371, + "comments": [ + "Could not find commit with SHA '8366758c1dae896c54e869efd6c06478267a3cdb'" + ], + "status": "Error" + }, + { + "exercise_name": "staging-intervention", + "started_at": 1769063700.504533, + "completed_at": 1769063701.986028, + "comments": [ + "Great work! You have successfully fixed the attendance system!" + ], + "status": "Completed" + }, + { + "exercise_name": "under-control", + "started_at": 1769018939.303383, + "completed_at": 1769018941.088667, + "comments": [ + "Exercise is not a Git repository" + ], + "status": "Error" + }, + { + "exercise_name": "under-control", + "started_at": 1769019374.139046, + "completed_at": 1769019375.75492, + "comments": [ + "You successfully used git init to initialize this folder as a Git repository!" + ], + "status": "Completed" + }, + { + "exercise_name": "remote-control", + "started_at": 1769144430.890507, + "completed_at": 1769147524.397149, + "comments": [ + "That is not the right Github url!" + ], + "status": "Incomplete" + }, + { + "exercise_name": "remote-control", + "started_at": 1769147559.139596, + "completed_at": 1769147573.32507, + "comments": [ + "Great work setting up a public remote repository!" + ], + "status": "Completed" + }, + { + "exercise_name": "link-me", + "started_at": 1769150266.475132, + "completed_at": 1769150267.940618, + "comments": [ + "Great work with using git remote to add an upstream remote!" + ], + "status": "Completed" + }, + { + "exercise_name": "push-over", + "started_at": 1769151975.40204, + "completed_at": 1769151977.584452, + "comments": [ + "Great work pushing changes to the remote!" + ], + "status": "Completed" + }, + { + "exercise_name": "ignoring-somethings", + "started_at": 1769153125.622587, + "completed_at": 1769153129.631056, + "comments": [ + "Great work using .gitignore!" + ], + "status": "Completed" + }, + { + "exercise_name": "fork-repo", + "started_at": 1769188638.038722, + "completed_at": 1769188641.349935, + "comments": [ + "Great work creating a fork with Github!" + ], + "status": "Completed" + }, + { + "exercise_name": "clone-repo", + "started_at": 1769189090.155789, + "completed_at": 1769189093.827022, + "comments": [ + "Great work creating a clone of a fork from Github!" + ], + "status": "Completed" + }, + { + "exercise_name": "fetch-and-pull", + "started_at": 1769190433.250852, + "completed_at": 1769190436.538189, + "comments": [ + "Remote 'bob-upstream' is missing! Remember to add it and point it to https://github.com/git-mastery/gm-shapes-bob" + ], + "status": "Incomplete" + }, + { + "exercise_name": "fetch-and-pull", + "started_at": 1769190650.806908, + "completed_at": 1769190656.144173, + "comments": [ + "Great work fetching and pulling different upstreams!" + ], + "status": "Completed" + } +] \ No newline at end of file