diff --git a/progress.json b/progress.json new file mode 100644 index 00000000..adf43421 --- /dev/null +++ b/progress.json @@ -0,0 +1,184 @@ +[ + { + "exercise_name": "grocery-shopping", + "started_at": 1755097962.015809, + "completed_at": 1755097962.562087, + "comments": [ + "Great work! You have successfully used `git add` and `git commit` to modify the shopping list! Keep it up!" + ], + "status": "Completed" + }, + { + "exercise_name": "stage-fright", + "started_at": 1755097401.226329, + "completed_at": 1755097401.705391, + "comments": [ + "Great work! You have successfully checked in all the actors!" + ], + "status": "Completed" + }, + { + "exercise_name": "under-control", + "started_at": 1755095525.137629, + "completed_at": 1755095525.525681, + "comments": [ + "You successfully used git init to initialize this folder as a Git repository!" + ], + "status": "Completed" + }, + { + "exercise_name": "remote-control", + "started_at": 1755133702.356684, + "completed_at": 1755133771.330436, + "comments": [ + "Great work setting up a public remote repository!" + ], + "status": "Completed" + }, + { + "exercise_name": "push-over", + "started_at": 1755180286.993021, + "completed_at": 1755180287.415919, + "comments": [ + "You should have made a separate commit!" + ], + "status": "Incomplete" + }, + { + "exercise_name": "push-over", + "started_at": 1755180405.095299, + "completed_at": 1755180405.865775, + "comments": [ + "Great work pushing changes to the remote!" + ], + "status": "Completed" + }, + { + "exercise_name": "ignoring-somethings", + "started_at": 1755181965.894524, + "completed_at": 1755181968.055932, + "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": 1755182325.755852, + "completed_at": 1755182327.758393, + "comments": [ + "Great work using .gitignore!" + ], + "status": "Completed" + }, + { + "exercise_name": "fork-repo", + "started_at": 1755182714.168344, + "completed_at": 1755182716.096702, + "comments": [ + "Great work creating a fork with Github!" + ], + "status": "Completed" + }, + { + "exercise_name": "clone-repo", + "started_at": 1755242882.252214, + "completed_at": 1755242884.220245, + "comments": [ + "The origin remote does not point to your fork!" + ], + "status": "Incomplete" + }, + { + "exercise_name": "fork-repo", + "started_at": 1755243033.859897, + "completed_at": 1755243035.942181, + "comments": [ + "Great work creating a fork with Github!" + ], + "status": "Completed" + }, + { + "exercise_name": "fetch-and-pull", + "started_at": 1755245987.808756, + "completed_at": 1755245988.229649, + "comments": [ + "You did not pull Alice's changes to your own main branch!" + ], + "status": "Incomplete" + }, + { + "exercise_name": "fetch-and-pull", + "started_at": 1755246291.310228, + "completed_at": 1755246291.709004, + "comments": [ + "Great work fetching and pulling different upstreams!" + ], + "status": "Completed" + }, + { + "exercise_name": "side-track", + "started_at": 1755698089.443527, + "completed_at": 1755698089.922228, + "comments": [ + "Great work with using git branch and git checkout to fix the bugs!" + ], + "status": "Completed" + }, + { + "exercise_name": "branch-bender", + "started_at": 1755699830.431534, + "completed_at": 1755699830.939782, + "comments": [ + "Great work with merging the branches in order! Try running the HTML files locally!" + ], + "status": "Completed" + }, + { + "exercise_name": "conflict-mediator", + "started_at": 1755700116.002972, + "completed_at": 1755700116.39299, + "comments": [ + "You still have uncommitted changes. Commit them first on the appropriate branch first!" + ], + "status": "Incomplete" + }, + { + "exercise_name": "conflict-mediator", + "started_at": 1755700160.448891, + "completed_at": 1755700160.570682, + "comments": [ + "You should resolve the merge by setting the print to be 'Hello Everyone and World!'", + "Reset the repository using \"gitmastery progress reset\" and start again" + ], + "status": "Incomplete" + }, + { + "exercise_name": "conflict-mediator", + "started_at": 1755700288.889307, + "completed_at": 1755700289.012284, + "comments": [ + "Great work resolving the merge conflict!" + ], + "status": "Completed" + }, + { + "exercise_name": "branch-rename", + "started_at": 1755700628.524282, + "completed_at": 1755700629.041989, + "comments": [ + "Great work with renaming the branches on your local repository!" + ], + "status": "Completed" + }, + { + "exercise_name": "branch-delete", + "started_at": 1755701285.633136, + "completed_at": 1755701286.138698, + "comments": [ + "Great job using git branch to delete both merged and unmerged branches!" + ], + "status": "Completed" + } +] \ No newline at end of file