diff --git a/progress.json b/progress.json new file mode 100644 index 000000000..ea9472ada --- /dev/null +++ b/progress.json @@ -0,0 +1,162 @@ +[ + { + "exercise_name": "grocery-shopping", + "started_at": 1768211784.260562, + "completed_at": 1768211785.772929, + "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": 1768213711.31892, + "completed_at": 1768213712.720418, + "comments": [], + "status": "Completed" + }, + { + "exercise_name": "stage-fright", + "started_at": 1768209621.198976, + "completed_at": 1768209622.725928, + "comments": [ + "Great work! You have successfully checked in all the actors!" + ], + "status": "Completed" + }, + { + "exercise_name": "staging-intervention", + "started_at": 1768210554.500305, + "completed_at": 1768210556.047674, + "comments": [ + "Great work! You have successfully fixed the attendance system!" + ], + "status": "Completed" + }, + { + "exercise_name": "under-control", + "started_at": 1768207960.570523, + "completed_at": 1768207963.070104, + "comments": [ + "You successfully used git init to initialize this folder as a Git repository!" + ], + "status": "Completed" + }, + { + "exercise_name": "undo-init", + "started_at": 1768208508.19951, + "completed_at": 1768208509.907585, + "comments": [ + "You have successfully undone the init operation!" + ], + "status": "Completed" + }, + { + "exercise_name": "remote-control", + "started_at": 1768401823.340667, + "completed_at": 1768401886.508859, + "comments": [ + "Great work setting up a public remote repository!" + ], + "status": "Completed" + }, + { + "exercise_name": "link-me", + "started_at": 1768403026.596043, + "completed_at": 1768403027.900436, + "comments": [ + "Great work with using git remote to add an upstream remote!" + ], + "status": "Completed" + }, + { + "exercise_name": "push-over", + "started_at": 1768406197.364636, + "completed_at": 1768406199.203992, + "comments": [ + "Great work pushing changes to the remote!" + ], + "status": "Completed" + }, + { + "exercise_name": "ignoring-somethings", + "started_at": 1768442861.04674, + "completed_at": 1768442863.261281, + "comments": [ + "Great work using .gitignore!" + ], + "status": "Completed" + }, + { + "exercise_name": "fork-repo", + "started_at": 1768444669.52425, + "completed_at": 1768444673.379543, + "comments": [ + "Great work creating a fork with Github!" + ], + "status": "Completed" + }, + { + "exercise_name": "clone-repo", + "started_at": 1768445229.092833, + "completed_at": 1768445234.769191, + "comments": [ + "The remote 'origin' is missing!" + ], + "status": "Incomplete" + }, + { + "exercise_name": "clone-repo", + "started_at": 1768445420.24035, + "completed_at": 1768445423.9516, + "comments": [ + "Great work creating a clone of a fork from Github!" + ], + "status": "Completed" + }, + { + "exercise_name": "fetch-and-pull", + "started_at": 1768447952.84752, + "completed_at": 1768447954.169194, + "comments": [ + "Great work fetching and pulling different upstreams!" + ], + "status": "Completed" + }, + { + "exercise_name": "view-commits", + "started_at": 1768532730.228825, + "completed_at": 1768532731.572216, + "comments": [ + "Great work in viewing and understanding the diff of a specific commit!" + ], + "status": "Completed" + }, + { + "exercise_name": "tags-add", + "started_at": 1768534558.584913, + "completed_at": 1768534560.057892, + "comments": [ + "Great work using git tag to annotate various commits in the repository!" + ], + "status": "Completed" + }, + { + "exercise_name": "tags-update", + "started_at": 1768534797.321326, + "completed_at": 1768534798.798468, + "comments": [ + "Great work! You have successfully updated the tags to point to the correct commits." + ], + "status": "Completed" + }, + { + "exercise_name": "tags-push", + "started_at": 1768535042.068207, + "completed_at": 1768535044.695554, + "comments": [ + "Wonderful! You have successfully synced the local tags with the remote tags!" + ], + "status": "Completed" + } +] \ No newline at end of file