diff --git a/progress.json b/progress.json new file mode 100644 index 0000000000..274f137a17 --- /dev/null +++ b/progress.json @@ -0,0 +1,342 @@ +[ + { + "exercise_name": "grocery-shopping", + "started_at": 1787741202.749091, + "completed_at": 1787741204.337449, + "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": 1787744310.030115, + "completed_at": 1787744311.721499, + "comments": [], + "status": "Completed" + }, + { + "exercise_name": "stage-fright", + "started_at": 1787738699.63888, + "completed_at": 1787738701.112992, + "comments": [ + "Great work! You have successfully checked in all the actors!" + ], + "status": "Completed" + }, + { + "exercise_name": "under-control", + "started_at": 1787731512.629018, + "completed_at": 1787731514.038024, + "comments": [ + "You successfully used git init to initialize this folder as a Git repository!" + ], + "status": "Completed" + }, + { + "exercise_name": "remote-control", + "started_at": 1787796707.584465, + "completed_at": 1787796799.010766, + "comments": [ + "That is not the right Github url!" + ], + "status": "Incomplete" + }, + { + "exercise_name": "remote-control", + "started_at": 1787796897.770776, + "completed_at": 1787796903.670235, + "comments": [ + "Great work setting up a public remote repository!" + ], + "status": "Completed" + }, + { + "exercise_name": "link-me", + "started_at": 1787797750.822226, + "completed_at": 1787797752.274485, + "comments": [ + "Great work with using git remote to add an upstream remote!" + ], + "status": "Completed" + }, + { + "exercise_name": "push-over", + "started_at": 1787800632.786011, + "completed_at": 1787800634.731123, + "comments": [ + "Great work pushing changes to the remote!" + ], + "status": "Completed" + }, + { + "exercise_name": "ignoring-somethings", + "started_at": 1787802156.762269, + "completed_at": 1787802159.391259, + "comments": [ + "Great work using .gitignore!" + ], + "status": "Completed" + }, + { + "exercise_name": "fork-repo", + "started_at": 1787804802.729496, + "completed_at": 1787804805.927976, + "comments": [ + "Great work creating a fork with Github!" + ], + "status": "Completed" + }, + { + "exercise_name": "clone-repo", + "started_at": 1787805599.363636, + "completed_at": 1787805603.909726, + "comments": [ + "/Users/jingyu/Documents/gitmastery-home/gitmastery-exercises/clone-repo/shapes" + ], + "status": "Error" + }, + { + "exercise_name": "clone-repo", + "started_at": 1787805826.95316, + "completed_at": 1787805830.747593, + "comments": [ + "Great work creating a clone of a fork from Github!" + ], + "status": "Completed" + }, + { + "exercise_name": "fetch-and-pull", + "started_at": 1787807759.867089, + "completed_at": 1787807761.33836, + "comments": [ + "Great work fetching and pulling different upstreams!" + ], + "status": "Completed" + }, + { + "exercise_name": "view-commits", + "started_at": 1787811974.197372, + "completed_at": 1787811977.162073, + "comments": [ + "Answer for In April, what were the new names added to the duty rosters? Remove/add extra rows where appropriate. does not contain all of the right answers." + ], + "status": "Incomplete" + }, + { + "exercise_name": "view-commits", + "started_at": 1787812049.406974, + "completed_at": 1787812050.744585, + "comments": [ + "Great work in viewing and understanding the diff of a specific commit!" + ], + "status": "Completed" + }, + { + "exercise_name": "tags-add", + "started_at": 1787813295.082722, + "completed_at": 1787813296.510409, + "comments": [ + "Great work using git tag to annotate various commits in the repository!" + ], + "status": "Completed" + }, + { + "exercise_name": "tags-update", + "started_at": 1787813476.633566, + "completed_at": 1787813478.185308, + "comments": [ + "Great work! You have successfully updated the tags to point to the correct commits." + ], + "status": "Completed" + }, + { + "exercise_name": "tags-push", + "started_at": 1787815426.953044, + "completed_at": 1787815429.532924, + "comments": [ + "Wonderful! You have successfully synced the local tags with the remote tags!" + ], + "status": "Completed" + }, + { + "exercise_name": "sensors-diff", + "started_at": 1787829537.155247, + "completed_at": 1787829538.536925, + "comments": [ + "Great work comparing commits in git history!" + ], + "status": "Completed" + }, + { + "exercise_name": "sensors-checkout", + "started_at": 1787832548.110878, + "completed_at": 1787832549.627957, + "comments": [ + "Great work traversing the revision history!" + ], + "status": "Completed" + }, + { + "exercise_name": "sensors-reset", + "started_at": 1787834005.48185, + "completed_at": 1787834006.969904, + "comments": [ + "You have reset the repository to the correct state!" + ], + "status": "Completed" + }, + { + "exercise_name": "sensors-revert", + "started_at": 1787839718.174195, + "completed_at": 1787839719.674732, + "comments": [ + "Good work reverting commits!" + ], + "status": "Completed" + }, + { + "exercise_name": "side-track", + "started_at": 1788410757.979453, + "completed_at": 1788410760.971609, + "comments": [ + "You aren't currently on the main branch. Checkout to that branch and try again!" + ], + "status": "Incomplete" + }, + { + "exercise_name": "side-track", + "started_at": 1788410783.917108, + "completed_at": 1788410785.276451, + "comments": [ + "Great work with using git branch and git checkout to fix the bugs!" + ], + "status": "Completed" + }, + { + "exercise_name": "branch-previous", + "started_at": 1788411754.437966, + "completed_at": 1788411755.860535, + "comments": [ + "Excellent work! You've successfully created branches from a previous commit and explored alternative storylines!" + ], + "status": "Completed" + }, + { + "exercise_name": "branch-bender", + "started_at": 1788413213.173946, + "completed_at": 1788413214.769347, + "comments": [ + "Great work with merging the branches in order! Try running the HTML files locally!" + ], + "status": "Completed" + }, + { + "exercise_name": "branch-forward", + "started_at": 1788413558.570103, + "completed_at": 1788413559.895096, + "comments": [ + "Great job fast-forward merging only 'with-sally'!" + ], + "status": "Completed" + }, + { + "exercise_name": "conflict-mediator", + "started_at": 1788416385.823769, + "completed_at": 1788416387.28424, + "comments": [ + "Great work resolving the merge conflict!" + ], + "status": "Completed" + }, + { + "exercise_name": "branch-rename", + "started_at": 1788416778.901615, + "completed_at": 1788416780.268007, + "comments": [ + "Great work with renaming the branches on your local repository!" + ], + "status": "Completed" + }, + { + "exercise_name": "branch-delete", + "started_at": 1788417330.674267, + "completed_at": 1788417332.183173, + "comments": [ + "Great job using git branch to delete both merged and unmerged branches!" + ], + "status": "Completed" + }, + { + "exercise_name": "mix-messy-docs", + "started_at": 1788417832.934883, + "completed_at": 1788417836.126829, + "comments": [ + "Branch 'feature-search' still exists! Remember to delete it after merging!" + ], + "status": "Incomplete" + }, + { + "exercise_name": "mix-messy-docs", + "started_at": 1788418038.617248, + "completed_at": 1788418040.119126, + "comments": [ + "Great work using all of the concepts you've learnt about branching to mix the messy documentation!" + ], + "status": "Completed" + }, + { + "exercise_name": "mix-messy-graph", + "started_at": 1788419795.450502, + "completed_at": 1788419797.002851, + "comments": [ + "You have successfully completed the exercise!" + ], + "status": "Completed" + }, + { + "exercise_name": "glossary-branch-push", + "started_at": 1788420260.384624, + "completed_at": 1788420261.879042, + "comments": [ + "Great work pushing the PQR branch to your fork!" + ], + "status": "Completed" + }, + { + "exercise_name": "glossary-branch-pull", + "started_at": 1788424050.921743, + "completed_at": 1788424052.444329, + "comments": [ + "Great work! All required branches are present and correctly set up." + ], + "status": "Completed" + }, + { + "exercise_name": "glossary-branch-delete", + "started_at": 1788433594.468001, + "completed_at": 1788433597.827012, + "comments": [ + "Branch 'VWX' still exists locally! Remember to delete it from your local repository." + ], + "status": "Incomplete" + }, + { + "exercise_name": "glossary-branch-delete", + "started_at": 1788433658.249381, + "completed_at": 1788433659.644653, + "comments": [ + "Great job deleting the VWX branch!" + ], + "status": "Completed" + }, + { + "exercise_name": "glossary-branch-rename", + "started_at": 1788434142.588432, + "completed_at": 1788434144.545612, + "comments": [ + "Nice work renaming the branch locally and on the remote!" + ], + "status": "Completed" + } +] \ No newline at end of file