diff --git a/progress.json b/progress.json new file mode 100644 index 0000000000..a4d9ea6f00 --- /dev/null +++ b/progress.json @@ -0,0 +1,138 @@ +[ + { + "exercise_name": "log-and-order", + "started_at": 1786870252.343827, + "completed_at": 1786870255.990902, + "comments": [ + "Answer for What is the SHA of the commit HEAD points to? You can use the full length SHA or the short SHA (i.e. first 7 characters of the SHA) is empty.", + "Answer for What is the commit message of the commit bab46083c131c84aee03709083ddae8bbaa9d2d1? is empty.", + "Answer for What is the SHA of the commit with the commit message \"Rewrite the comments\"? You can use the full length SHA or the short SHA (i.e. first 7 characters of the SHA) is empty." + ], + "status": "Incomplete" + }, + { + "exercise_name": "log-and-order", + "started_at": 1786870280.150422, + "completed_at": 1786870282.226537, + "comments": [], + "status": "Completed" + }, + { + "exercise_name": "under-control", + "started_at": 1787379584.6382, + "completed_at": 1787379586.526563, + "comments": [ + "You successfully used git init to initialize this folder as a Git repository!" + ], + "status": "Completed" + }, + { + "exercise_name": "undo-init", + "started_at": 1787379639.290083, + "completed_at": 1787379641.164646, + "comments": [ + "You have successfully undone the init operation!" + ], + "status": "Completed" + }, + { + "exercise_name": "stage-fright", + "started_at": 1787379693.535804, + "completed_at": 1787379695.565206, + "comments": [ + "Great work! You have successfully checked in all the actors!" + ], + "status": "Completed" + }, + { + "exercise_name": "staging-intervention", + "started_at": 1787379740.942775, + "completed_at": 1787379742.858583, + "comments": [ + "Great work! You have successfully fixed the attendance system!" + ], + "status": "Completed" + }, + { + "exercise_name": "grocery-shopping", + "started_at": 1787379800.258095, + "completed_at": 1787379803.963924, + "comments": [ + "New grocery list items added to shopping-list.txt are not committed.", + "Grocery list items removed from shopping-list.txt are not committed." + ], + "status": "Incomplete" + }, + { + "exercise_name": "grocery-shopping", + "started_at": 1787379826.592647, + "completed_at": 1787379828.800511, + "comments": [ + "Great work! You have successfully used `git add` and `git commit` to modify the shopping list! Keep it up!" + ], + "status": "Completed" + }, + { + "exercise_name": "remote-control", + "started_at": 1787379916.557317, + "completed_at": 1787380071.675611, + "comments": [ + "Great work setting up a public remote repository!" + ], + "status": "Completed" + }, + { + "exercise_name": "link-me", + "started_at": 1787380140.924109, + "completed_at": 1787380142.779062, + "comments": [ + "Great work with using git remote to add an upstream remote!" + ], + "status": "Completed" + }, + { + "exercise_name": "push-over", + "started_at": 1787380204.18574, + "completed_at": 1787380206.959886, + "comments": [ + "Great work pushing changes to the remote!" + ], + "status": "Completed" + }, + { + "exercise_name": "ignoring-somethings", + "started_at": 1787380328.336278, + "completed_at": 1787380335.440465, + "comments": [ + "Great work using .gitignore!" + ], + "status": "Completed" + }, + { + "exercise_name": "fork-repo", + "started_at": 1787380370.983109, + "completed_at": 1787380374.797994, + "comments": [ + "Great work creating a fork with Github!" + ], + "status": "Completed" + }, + { + "exercise_name": "clone-repo", + "started_at": 1787380429.225487, + "completed_at": 1787380432.610828, + "comments": [ + "Great work creating a clone of a fork from Github!" + ], + "status": "Completed" + }, + { + "exercise_name": "fetch-and-pull", + "started_at": 1787380537.814688, + "completed_at": 1787380539.753472, + "comments": [ + "Great work fetching and pulling different upstreams!" + ], + "status": "Completed" + } +] \ No newline at end of file