diff --git a/progress.json b/progress.json new file mode 100644 index 0000000000..9973bc0c12 --- /dev/null +++ b/progress.json @@ -0,0 +1,198 @@ +[ + { + "exercise_name": "clone-repo", + "started_at": 1787224682.385728, + "completed_at": 1787224688.848288, + "comments": [ + "The remote 'upstream' is missing!" + ], + "status": "Incomplete" + }, + { + "exercise_name": "clone-repo", + "started_at": 1787224837.756007, + "completed_at": 1787224841.327739, + "comments": [ + "Great work creating a clone of a fork from Github!" + ], + "status": "Completed" + }, + { + "exercise_name": "fork-repo", + "started_at": 1787224193.871555, + "completed_at": 1787224198.523817, + "comments": [ + "Great work creating a fork with Github!" + ], + "status": "Completed" + }, + { + "exercise_name": "grocery-shopping", + "started_at": 1786801734.911177, + "completed_at": 1786801737.278065, + "comments": [ + "Great work! You have successfully used `git add` and `git commit` to modify the shopping list! Keep it up!" + ], + "status": "Completed" + }, + { + "exercise_name": "ignoring-somethings", + "started_at": 1787217894.137579, + "completed_at": 1787217901.863672, + "comments": [ + "Great work using .gitignore!" + ], + "status": "Completed" + }, + { + "exercise_name": "link-me", + "started_at": 1787216025.876265, + "completed_at": 1787216028.201441, + "comments": [ + "Great work with using git remote to add an upstream remote!" + ], + "status": "Completed" + }, + { + "exercise_name": "log-and-order", + "started_at": 1786802374.49956, + "completed_at": 1786802376.885586, + "comments": [], + "status": "Completed" + }, + { + "exercise_name": "push-over", + "started_at": 1787217269.078379, + "completed_at": 1787217272.129858, + "comments": [ + "Great work pushing changes to the remote!" + ], + "status": "Completed" + }, + { + "exercise_name": "remote-control", + "started_at": 1787215263.895356, + "completed_at": 1787215373.38097, + "comments": [ + "Great work setting up a public remote repository!" + ], + "status": "Completed" + }, + { + "exercise_name": "stage-fright", + "started_at": 1786797566.467037, + "completed_at": 1786797570.343731, + "comments": [ + "Great work! You have successfully checked in all the actors!" + ], + "status": "Completed" + }, + { + "exercise_name": "under-control", + "started_at": 1786797437.609802, + "completed_at": 1786797441.464022, + "comments": [ + "You successfully used git init to initialize this folder as a Git repository!" + ], + "status": "Completed" + }, + { + "exercise_name": "undo-init", + "started_at": 1787284596.373215, + "completed_at": 1787284598.489651, + "comments": [ + "You have successfully undone the init operation!" + ], + "status": "Completed" + }, + { + "exercise_name": "fetch-and-pull", + "started_at": 1787284989.94556, + "completed_at": 1787284992.652352, + "comments": [ + "Great work fetching and pulling different upstreams!" + ], + "status": "Completed" + }, + { + "exercise_name": "view-commits", + "started_at": 1787285780.958751, + "completed_at": 1787285783.267139, + "comments": [ + "Great work in viewing and understanding the diff of a specific commit!" + ], + "status": "Completed" + }, + { + "exercise_name": "tags-add", + "started_at": 1787285970.869066, + "completed_at": 1787285973.412274, + "comments": [ + "Great work using git tag to annotate various commits in the repository!" + ], + "status": "Completed" + }, + { + "exercise_name": "tags-update", + "started_at": 1787286365.647829, + "completed_at": 1787286368.785739, + "comments": [ + "Great work! You have successfully updated the tags to point to the correct commits." + ], + "status": "Completed" + }, + { + "exercise_name": "tags-push", + "started_at": 1787286869.872211, + "completed_at": 1787286873.425093, + "comments": [ + "Wonderful! You have successfully synced the local tags with the remote tags!" + ], + "status": "Completed" + }, + { + "exercise_name": "sensors-diff", + "started_at": 1787287682.962612, + "completed_at": 1787287685.506692, + "comments": [ + "Great work comparing commits in git history!" + ], + "status": "Completed" + }, + { + "exercise_name": "sensors-checkout", + "started_at": 1787288320.014389, + "completed_at": 1787288322.137471, + "comments": [ + "Great work traversing the revision history!" + ], + "status": "Completed" + }, + { + "exercise_name": "sensors-reset", + "started_at": 1787288557.665511, + "completed_at": 1787288560.414886, + "comments": [ + "You have reset the repository to the correct state!" + ], + "status": "Completed" + }, + { + "exercise_name": "sensors-revert", + "started_at": 1787288723.039828, + "completed_at": 1787288725.348924, + "comments": [ + "Good work reverting commits!" + ], + "status": "Completed" + }, + { + "exercise_name": "staging-intervention", + "started_at": 1787288934.023678, + "completed_at": 1787288936.248909, + "comments": [ + "Great work! You have successfully fixed the attendance system!" + ], + "status": "Completed" + } +] \ No newline at end of file