diff --git a/progress.json b/progress.json new file mode 100644 index 00000000..05c77b74 --- /dev/null +++ b/progress.json @@ -0,0 +1,92 @@ +[ + { + "exercise_name": "under-control", + "started_at": 1755162232.601662, + "completed_at": 1755162233.025622, + "comments": [ + "You successfully used git init to initialize this folder as a Git repository!" + ], + "status": "Completed" + }, + { + "exercise_name": "remote-control", + "started_at": 1755238651.747277, + "completed_at": 1755238743.907527, + "comments": [ + "Great work setting up a public remote repository!" + ], + "status": "Completed" + }, + { + "exercise_name": "link-me", + "started_at": 1755239420.338496, + "completed_at": 1755239420.747018, + "comments": [ + "Great work with using git remote to add an upstream remote!" + ], + "status": "Completed" + }, + { + "exercise_name": "push-over", + "started_at": 1755243319.077835, + "completed_at": 1755243322.530172, + "comments": [ + "Great work pushing changes to the remote!" + ], + "status": "Completed" + }, + { + "exercise_name": "stage-fright", + "started_at": 1755246144.98749, + "completed_at": 1755246145.417087, + "comments": [ + "Great work! You have successfully checked in all the actors!" + ], + "status": "Completed" + }, + { + "exercise_name": "grocery-shopping", + "started_at": 1755246282.41312, + "completed_at": 1755246283.006202, + "comments": [ + "Great work! You have successfully used `git add` and `git commit` to modify the shopping list! Keep it up!" + ], + "status": "Completed" + }, + { + "exercise_name": "clone-repo", + "started_at": 1755249847.925304, + "completed_at": 1755249849.773584, + "comments": [ + "Great work creating a clone of a fork from Github!" + ], + "status": "Completed" + }, + { + "exercise_name": "fetch-and-pull", + "started_at": 1755400053.31866, + "completed_at": 1755400053.704201, + "comments": [ + "Great work fetching and pulling different upstreams!" + ], + "status": "Completed" + }, + { + "exercise_name": "fetch-and-pull", + "started_at": 1755400115.24465, + "completed_at": 1755400115.316792, + "comments": [ + "Great work fetching and pulling different upstreams!" + ], + "status": "Completed" + }, + { + "exercise_name": "fetch-and-pull", + "started_at": 1755440349.836736, + "completed_at": 1755440350.21278, + "comments": [ + "Great work fetching and pulling different upstreams!" + ], + "status": "Completed" + } +] \ No newline at end of file