diff --git a/progress.json b/progress.json new file mode 100644 index 0000000000..8b960a5424 --- /dev/null +++ b/progress.json @@ -0,0 +1,101 @@ +[ + { + "exercise_name": "grocery-shopping", + "started_at": 1786417507.713378, + "completed_at": 1786417509.076632, + "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": 1786416968.143081, + "completed_at": 1786416969.452531, + "comments": [ + "Great work! You have successfully checked in all the actors!" + ], + "status": "Completed" + }, + { + "exercise_name": "under-control", + "started_at": 1786346686.637472, + "completed_at": 1786346687.956199, + "comments": [ + "You successfully used git init to initialize this folder as a Git repository!" + ], + "status": "Completed" + }, + { + "exercise_name": "under-control", + "started_at": 1787405180.702866, + "completed_at": 1787405182.209509, + "comments": [ + "You successfully used git init to initialize this folder as a Git repository!" + ], + "status": "Completed" + }, + { + "exercise_name": "undo-init", + "started_at": 1786347127.35524, + "completed_at": 1786347128.663782, + "comments": [ + "You have successfully undone the init operation!" + ], + "status": "Completed" + }, + { + "exercise_name": "remote-control", + "started_at": 1787405819.579214, + "completed_at": 1787405866.345336, + "comments": [ + "Great work setting up a public remote repository!" + ], + "status": "Completed" + }, + { + "exercise_name": "link-me", + "started_at": 1787406138.869015, + "completed_at": 1787406141.897595, + "comments": [ + "Missing remote called 'upstream'." + ], + "status": "Incomplete" + }, + { + "exercise_name": "link-me", + "started_at": 1787406227.549074, + "completed_at": 1787406228.952917, + "comments": [ + "Great work with using git remote to add an upstream remote!" + ], + "status": "Completed" + }, + { + "exercise_name": "push-over", + "started_at": 1787408882.796119, + "completed_at": 1787408884.893882, + "comments": [ + "Great work pushing changes to the remote!" + ], + "status": "Completed" + }, + { + "exercise_name": "ignoring-somethings", + "started_at": 1787410626.496791, + "completed_at": 1787410628.883195, + "comments": [ + "Great work using .gitignore!" + ], + "status": "Completed" + }, + { + "exercise_name": "fork-repo", + "started_at": 1787410871.896003, + "completed_at": 1787410875.234831, + "comments": [ + "Great work creating a fork with Github!" + ], + "status": "Completed" + } +] \ No newline at end of file