diff --git a/progress.json b/progress.json new file mode 100644 index 0000000000..798a867973 --- /dev/null +++ b/progress.json @@ -0,0 +1,163 @@ +[ + { + "exercise_name": "grocery-shopping", + "started_at": 1786807950.519315, + "completed_at": 1786807952.102459, + "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": 1786809026.041896, + "completed_at": 1786809027.654129, + "comments": [], + "status": "Completed" + }, + { + "exercise_name": "stage-fright", + "started_at": 1786807357.432897, + "completed_at": 1786807358.97246, + "comments": [ + "Great work! You have successfully checked in all the actors!" + ], + "status": "Completed" + }, + { + "exercise_name": "under-control", + "started_at": 1786807096.804383, + "completed_at": 1786807098.343157, + "comments": [ + "You successfully used git init to initialize this folder as a Git repository!" + ], + "status": "Completed" + }, + { + "exercise_name": "undo-init", + "started_at": 1786807190.980682, + "completed_at": 1786807194.063409, + "comments": [ + "The init operation is not undone." + ], + "status": "Incomplete" + }, + { + "exercise_name": "undo-init", + "started_at": 1786807262.174992, + "completed_at": 1786807264.072544, + "comments": [ + "You have successfully undone the init operation!" + ], + "status": "Completed" + }, + { + "exercise_name": "remote-control", + "started_at": 1786871894.992064, + "completed_at": 1786871947.591522, + "comments": [ + "That is not the right Github url!" + ], + "status": "Incomplete" + }, + { + "exercise_name": "remote-control", + "started_at": 1786871982.552852, + "completed_at": 1786871990.812361, + "comments": [ + "That is not the right Github url!" + ], + "status": "Incomplete" + }, + { + "exercise_name": "remote-control", + "started_at": 1786872001.694698, + "completed_at": 1786872009.312703, + "comments": [ + "Great work setting up a public remote repository!" + ], + "status": "Completed" + }, + { + "exercise_name": "link-me", + "started_at": 1786872397.540595, + "completed_at": 1786872398.960729, + "comments": [ + "Great work with using git remote to add an upstream remote!" + ], + "status": "Completed" + }, + { + "exercise_name": "push-over", + "started_at": 1786872893.52408, + "completed_at": 1786872896.569932, + "comments": [ + "You should have made a separate commit!" + ], + "status": "Incomplete" + }, + { + "exercise_name": "push-over", + "started_at": 1786872933.563071, + "completed_at": 1786872935.606172, + "comments": [ + "Great work pushing changes to the remote!" + ], + "status": "Completed" + }, + { + "exercise_name": "ignoring-somethings", + "started_at": 1786874937.744877, + "completed_at": 1786874942.746933, + "comments": [ + "You are still ignoring many/file22.txt.", + "You are not ignoring runaway.txt. Find where the file is and fix that." + ], + "status": "Incomplete" + }, + { + "exercise_name": "ignoring-somethings", + "started_at": 1786875205.660834, + "completed_at": 1786875208.999938, + "comments": [ + "Great work using .gitignore!" + ], + "status": "Completed" + }, + { + "exercise_name": "fork-repo", + "started_at": 1786893763.0547, + "completed_at": 1786893766.244842, + "comments": [ + "Great work creating a fork with Github!" + ], + "status": "Completed" + }, + { + "exercise_name": "clone-repo", + "started_at": 1786895808.768209, + "completed_at": 1786895813.198068, + "comments": [ + "The remote 'upstream' is missing!" + ], + "status": "Incomplete" + }, + { + "exercise_name": "clone-repo", + "started_at": 1786895901.916554, + "completed_at": 1786895905.75743, + "comments": [ + "Great work creating a clone of a fork from Github!" + ], + "status": "Completed" + }, + { + "exercise_name": "fetch-and-pull", + "started_at": 1786896423.344145, + "completed_at": 1786896424.849348, + "comments": [ + "Great work fetching and pulling different upstreams!" + ], + "status": "Completed" + } +] \ No newline at end of file