diff --git a/progress.json b/progress.json new file mode 100644 index 0000000000..bd01491c2b --- /dev/null +++ b/progress.json @@ -0,0 +1,171 @@ +[ + { + "exercise_name": "grocery-shopping", + "started_at": 1787480268.486371, + "completed_at": 1787480269.778264, + "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": 1787480490.195007, + "completed_at": 1787480491.519464, + "comments": [], + "status": "Completed" + }, + { + "exercise_name": "stage-fright", + "started_at": 1787133087.492543, + "completed_at": 1787133088.815224, + "comments": [ + "Great work! You have successfully checked in all the actors!" + ], + "status": "Completed" + }, + { + "exercise_name": "under-control", + "started_at": 1787132629.497006, + "completed_at": 1787132630.80836, + "comments": [ + "You successfully used git init to initialize this folder as a Git repository!" + ], + "status": "Completed" + }, + { + "exercise_name": "undo-init", + "started_at": 1787132813.846403, + "completed_at": 1787132815.267391, + "comments": [ + "You have successfully undone the init operation!" + ], + "status": "Completed" + }, + { + "exercise_name": "link-me", + "started_at": 1787480894.66954, + "completed_at": 1787480895.978332, + "comments": [ + "Great work with using git remote to add an upstream remote!" + ], + "status": "Completed" + }, + { + "exercise_name": "remote-control", + "started_at": 1787480974.642268, + "completed_at": 1787481031.797058, + "comments": [ + "Great work setting up a public remote repository!" + ], + "status": "Completed" + }, + { + "exercise_name": "push-over", + "started_at": 1787481213.457066, + "completed_at": 1787481215.297632, + "comments": [ + "Great work pushing changes to the remote!" + ], + "status": "Completed" + }, + { + "exercise_name": "ignoring-somethings", + "started_at": 1787482522.618427, + "completed_at": 1787482524.661362, + "comments": [ + "Great work using .gitignore!" + ], + "status": "Completed" + }, + { + "exercise_name": "staging-intervention", + "started_at": 1787482594.194885, + "completed_at": 1787482595.532472, + "comments": [ + "Great work! You have successfully fixed the attendance system!" + ], + "status": "Completed" + }, + { + "exercise_name": "fork-repo", + "started_at": 1787483298.437672, + "completed_at": 1787483301.42355, + "comments": [ + "Great work creating a fork with Github!" + ], + "status": "Completed" + }, + { + "exercise_name": "clone-repo", + "started_at": 1787483370.39511, + "completed_at": 1787483373.461339, + "comments": [ + "Great work creating a clone of a fork from Github!" + ], + "status": "Completed" + }, + { + "exercise_name": "fetch-and-pull", + "started_at": 1787483449.584467, + "completed_at": 1787483450.875026, + "comments": [ + "Great work fetching and pulling different upstreams!" + ], + "status": "Completed" + }, + { + "exercise_name": "view-commits", + "started_at": 1787483726.178921, + "completed_at": 1787483727.543019, + "comments": [ + "Great work in viewing and understanding the diff of a specific commit!" + ], + "status": "Completed" + }, + { + "exercise_name": "tags-add", + "started_at": 1787483993.856521, + "completed_at": 1787483995.276749, + "comments": [ + "Great work using git tag to annotate various commits in the repository!" + ], + "status": "Completed" + }, + { + "exercise_name": "tags-update", + "started_at": 1787484005.633237, + "completed_at": 1787484007.038862, + "comments": [ + "Great work! You have successfully updated the tags to point to the correct commits." + ], + "status": "Completed" + }, + { + "exercise_name": "tags-push", + "started_at": 1787484054.366783, + "completed_at": 1787484056.767861, + "comments": [ + "Wonderful! You have successfully synced the local tags with the remote tags!" + ], + "status": "Completed" + }, + { + "exercise_name": "sensors-diff", + "started_at": 1787485450.376966, + "completed_at": 1787485451.768149, + "comments": [ + "Great work comparing commits in git history!" + ], + "status": "Completed" + }, + { + "exercise_name": "sensors-revert", + "started_at": 1787486431.157283, + "completed_at": 1787486432.616703, + "comments": [ + "Good work reverting commits!" + ], + "status": "Completed" + } +] \ No newline at end of file