diff --git a/progress.json b/progress.json new file mode 100644 index 000000000..37ffa0dd4 --- /dev/null +++ b/progress.json @@ -0,0 +1,183 @@ +[ + { + "exercise_name": "grocery-shopping", + "started_at": 1755447971.22366, + "completed_at": 1755447971.818823, + "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": 1755447065.190595, + "completed_at": 1755447065.733211, + "comments": [ + "Great work! You have successfully checked in all the actors!" + ], + "status": "Completed" + }, + { + "exercise_name": "staging-intervention", + "started_at": 1755447353.677615, + "completed_at": 1755447353.993799, + "comments": [ + "Great work! You have successfully fixed the attendance system!" + ], + "status": "Completed" + }, + { + "exercise_name": "under-control", + "started_at": 1755446198.712396, + "completed_at": 1755446199.076761, + "comments": [ + "You successfully used git init to initialize this folder as a Git repository!" + ], + "status": "Completed" + }, + { + "exercise_name": "remote-control", + "started_at": 1755844053.95012, + "completed_at": 1755844133.238342, + "comments": [ + "Great work setting up a public remote repository!" + ], + "status": "Completed" + }, + { + "exercise_name": "link-me", + "started_at": 1755844495.36249, + "completed_at": 1755844495.680735, + "comments": [ + "Great work with using git remote to add an upstream remote!" + ], + "status": "Completed" + }, + { + "exercise_name": "push-over", + "started_at": 1755847380.63508, + "completed_at": 1755847381.713088, + "comments": [ + "Great work pushing changes to the remote!" + ], + "status": "Completed" + }, + { + "exercise_name": "ignoring-somethings", + "started_at": 1755849035.719821, + "completed_at": 1755849036.63629, + "comments": [ + "You should be using ** to match all subfolders to ignore runaway.txt." + ], + "status": "Incomplete" + }, + { + "exercise_name": "ignoring-somethings", + "started_at": 1755849288.601792, + "completed_at": 1755849289.451529, + "comments": [ + "You should be using ** to match all subfolders to ignore runaway.txt." + ], + "status": "Incomplete" + }, + { + "exercise_name": "ignoring-somethings", + "started_at": 1755849369.23984, + "completed_at": 1755849370.091013, + "comments": [ + "Great work using .gitignore!" + ], + "status": "Completed" + }, + { + "exercise_name": "fork-repo", + "started_at": 1755850202.636223, + "completed_at": 1755850204.782288, + "comments": [ + "Great work creating a fork with Github!" + ], + "status": "Completed" + }, + { + "exercise_name": "clone-repo", + "started_at": 1755851071.698584, + "completed_at": 1755851074.000518, + "comments": [ + "The upstream remote does not point to the original repository!" + ], + "status": "Incomplete" + }, + { + "exercise_name": "clone-repo", + "started_at": 1755851132.819975, + "completed_at": 1755851134.991251, + "comments": [ + "Great work creating a clone of a fork from Github!" + ], + "status": "Completed" + }, + { + "exercise_name": "fetch-and-pull", + "started_at": 1755854133.747178, + "completed_at": 1755854134.309925, + "comments": [ + "Great work fetching and pulling different upstreams!" + ], + "status": "Completed" + }, + { + "exercise_name": "side-track", + "started_at": 1756386353.427277, + "completed_at": 1756386354.009519, + "comments": [ + "Great work with using git branch and git checkout to fix the bugs!" + ], + "status": "Completed" + }, + { + "exercise_name": "branch-bender", + "started_at": 1756387661.982902, + "completed_at": 1756387662.530163, + "comments": [ + "Great work with merging the branches in order! Try running the HTML files locally!" + ], + "status": "Completed" + }, + { + "exercise_name": "conflict-mediator", + "started_at": 1756438129.373844, + "completed_at": 1756438129.910678, + "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": 1756438179.349534, + "completed_at": 1756438179.993355, + "comments": [ + "Great work resolving the merge conflict!" + ], + "status": "Completed" + }, + { + "exercise_name": "branch-rename", + "started_at": 1756439482.547549, + "completed_at": 1756439483.094618, + "comments": [ + "Great work with renaming the branches on your local repository!" + ], + "status": "Completed" + }, + { + "exercise_name": "branch-delete", + "started_at": 1756440086.739385, + "completed_at": 1756440087.31593, + "comments": [ + "Great job using git branch to delete both merged and unmerged branches!" + ], + "status": "Completed" + } +] \ No newline at end of file