diff --git a/progress.json b/progress.json new file mode 100644 index 0000000000..6f647a3609 --- /dev/null +++ b/progress.json @@ -0,0 +1,189 @@ +[ + { + "exercise_name": "under-control", + "started_at": 1787283293.376944, + "completed_at": 1787283294.808561, + "comments": [ + "You successfully used git init to initialize this folder as a Git repository!" + ], + "status": "Completed" + }, + { + "exercise_name": "undo-init", + "started_at": 1787283460.686137, + "completed_at": 1787283462.072237, + "comments": [ + "You have successfully undone the init operation!" + ], + "status": "Completed" + }, + { + "exercise_name": "stage-fright", + "started_at": 1787283537.051001, + "completed_at": 1787283538.477334, + "comments": [ + "Great work! You have successfully checked in all the actors!" + ], + "status": "Completed" + }, + { + "exercise_name": "grocery-shopping", + "started_at": 1787283666.990995, + "completed_at": 1787283668.492751, + "comments": [ + "Great work! You have successfully used `git add` and `git commit` to modify the shopping list! Keep it up!" + ], + "status": "Completed" + }, + { + "exercise_name": "staging-intervention", + "started_at": 1787283737.412593, + "completed_at": 1787283738.999649, + "comments": [ + "Great work! You have successfully fixed the attendance system!" + ], + "status": "Completed" + }, + { + "exercise_name": "log-and-order", + "started_at": 1787284263.424621, + "completed_at": 1787284265.410963, + "comments": [], + "status": "Completed" + }, + { + "exercise_name": "remote-control", + "started_at": 1787284551.253868, + "completed_at": 1787284638.602892, + "comments": [ + "Great work setting up a public remote repository!" + ], + "status": "Completed" + }, + { + "exercise_name": "link-me", + "started_at": 1787284690.081895, + "completed_at": 1787284691.405732, + "comments": [ + "Great work with using git remote to add an upstream remote!" + ], + "status": "Completed" + }, + { + "exercise_name": "push-over", + "started_at": 1787287703.702671, + "completed_at": 1787287708.386994, + "comments": [ + "Great work pushing changes to the remote!" + ], + "status": "Completed" + }, + { + "exercise_name": "ignoring-somethings", + "started_at": 1787287955.326741, + "completed_at": 1787287957.729304, + "comments": [ + "Great work using .gitignore!" + ], + "status": "Completed" + }, + { + "exercise_name": "fork-repo", + "started_at": 1787288019.280428, + "completed_at": 1787288022.391335, + "comments": [ + "Great work creating a fork with Github!" + ], + "status": "Completed" + }, + { + "exercise_name": "clone-repo", + "started_at": 1787288069.141659, + "completed_at": 1787288072.416585, + "comments": [ + "Great work creating a clone of a fork from Github!" + ], + "status": "Completed" + }, + { + "exercise_name": "fetch-and-pull", + "started_at": 1787288125.187278, + "completed_at": 1787288126.535445, + "comments": [ + "Great work fetching and pulling different upstreams!" + ], + "status": "Completed" + }, + { + "exercise_name": "view-commits", + "started_at": 1787294385.737043, + "completed_at": 1787294387.003072, + "comments": [ + "Great work in viewing and understanding the diff of a specific commit!" + ], + "status": "Completed" + }, + { + "exercise_name": "tags-add", + "started_at": 1787294493.06795, + "completed_at": 1787294494.417599, + "comments": [ + "Great work using git tag to annotate various commits in the repository!" + ], + "status": "Completed" + }, + { + "exercise_name": "tags-update", + "started_at": 1787294604.131019, + "completed_at": 1787294605.716827, + "comments": [ + "Great work! You have successfully updated the tags to point to the correct commits." + ], + "status": "Completed" + }, + { + "exercise_name": "tags-push", + "started_at": 1787294734.391273, + "completed_at": 1787294739.111535, + "comments": [ + "Wonderful! You have successfully synced the local tags with the remote tags!" + ], + "status": "Completed" + }, + { + "exercise_name": "sensors-diff", + "started_at": 1787296515.772436, + "completed_at": 1787296517.118573, + "comments": [ + "Great work comparing commits in git history!" + ], + "status": "Completed" + }, + { + "exercise_name": "sensors-checkout", + "started_at": 1787296815.365428, + "completed_at": 1787296816.778094, + "comments": [ + "Great work traversing the revision history!" + ], + "status": "Completed" + }, + { + "exercise_name": "sensors-reset", + "started_at": 1787296917.050238, + "completed_at": 1787296918.519764, + "comments": [ + "You have reset the repository to the correct state!" + ], + "status": "Completed" + }, + { + "exercise_name": "sensors-revert", + "started_at": 1787297340.691106, + "completed_at": 1787297342.114723, + "comments": [ + "Good work reverting commits!" + ], + "status": "Completed" + } +] \ No newline at end of file