diff --git a/progress.json b/progress.json new file mode 100644 index 0000000000..effc2d71cb --- /dev/null +++ b/progress.json @@ -0,0 +1,135 @@ +[ + { + "exercise_name": "grocery-shopping", + "started_at": 1786859169.691848, + "completed_at": 1786859171.329126, + "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": 1786860929.815692, + "completed_at": 1786860933.297329, + "comments": [ + "Answer for What is the commit message of the commit 6fe04eb51b29ba2c34024a17f2b3439d3f8c7dbb? is not right." + ], + "status": "Incomplete" + }, + { + "exercise_name": "log-and-order", + "started_at": 1786860976.959394, + "completed_at": 1786860978.561785, + "comments": [], + "status": "Completed" + }, + { + "exercise_name": "stage-fright", + "started_at": 1786858616.229856, + "completed_at": 1786858617.887469, + "comments": [ + "Great work! You have successfully checked in all the actors!" + ], + "status": "Completed" + }, + { + "exercise_name": "staging-intervention", + "started_at": 1786859881.479926, + "completed_at": 1786859882.918943, + "comments": [ + "Great work! You have successfully fixed the attendance system!" + ], + "status": "Completed" + }, + { + "exercise_name": "under-control", + "started_at": 1786857773.483607, + "completed_at": 1786857775.116732, + "comments": [ + "You successfully used git init to initialize this folder as a Git repository!" + ], + "status": "Completed" + }, + { + "exercise_name": "undo-init", + "started_at": 1786857951.772091, + "completed_at": 1786857953.349799, + "comments": [ + "You have successfully undone the init operation!" + ], + "status": "Completed" + }, + { + "exercise_name": "remote-control", + "started_at": 1786866989.270106, + "completed_at": 1786867051.394684, + "comments": [ + "The remote repository url you provided either does not exist or is private. Try again!" + ], + "status": "Incomplete" + }, + { + "exercise_name": "remote-control", + "started_at": 1786867082.603724, + "completed_at": 1786867090.201712, + "comments": [ + "Great work setting up a public remote repository!" + ], + "status": "Completed" + }, + { + "exercise_name": "link-me", + "started_at": 1786867345.12904, + "completed_at": 1786867346.730671, + "comments": [ + "Great work with using git remote to add an upstream remote!" + ], + "status": "Completed" + }, + { + "exercise_name": "push-over", + "started_at": 1786868524.95007, + "completed_at": 1786868527.187454, + "comments": [ + "Great work pushing changes to the remote!" + ], + "status": "Completed" + }, + { + "exercise_name": "ignoring-somethings", + "started_at": 1786869155.198561, + "completed_at": 1786869157.87352, + "comments": [ + "Great work using .gitignore!" + ], + "status": "Completed" + }, + { + "exercise_name": "fork-repo", + "started_at": 1786870376.040518, + "completed_at": 1786870379.469166, + "comments": [ + "Great work creating a fork with Github!" + ], + "status": "Completed" + }, + { + "exercise_name": "clone-repo", + "started_at": 1786870889.027118, + "completed_at": 1786870892.166665, + "comments": [ + "Great work creating a clone of a fork from Github!" + ], + "status": "Completed" + }, + { + "exercise_name": "fetch-and-pull", + "started_at": 1786871490.998254, + "completed_at": 1786871492.36329, + "comments": [ + "Great work fetching and pulling different upstreams!" + ], + "status": "Completed" + } +] \ No newline at end of file