diff --git a/progress.json b/progress.json new file mode 100644 index 0000000000..e6fda65fbe --- /dev/null +++ b/progress.json @@ -0,0 +1,207 @@ +[ + { + "exercise_name": "under-control", + "started_at": 1786875857.996622, + "completed_at": 1786875860.326816, + "comments": [ + "You successfully used git init to initialize this folder as a Git repository!" + ], + "status": "Completed" + }, + { + "exercise_name": "undo-init", + "started_at": 1786876050.499171, + "completed_at": 1786876054.610788, + "comments": [ + "The init operation is not undone." + ], + "status": "Incomplete" + }, + { + "exercise_name": "undo-init", + "started_at": 1786878430.512329, + "completed_at": 1786878432.750678, + "comments": [ + "You have successfully undone the init operation!" + ], + "status": "Completed" + }, + { + "exercise_name": "stage-fright", + "started_at": 1786878694.066475, + "completed_at": 1786878696.245824, + "comments": [ + "Great work! You have successfully checked in all the actors!" + ], + "status": "Completed" + }, + { + "exercise_name": "grocery-shopping", + "started_at": 1786879004.531855, + "completed_at": 1786879006.515543, + "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": 1786879108.454522, + "completed_at": 1786879110.672343, + "comments": [ + "Great work! You have successfully fixed the attendance system!" + ], + "status": "Completed" + }, + { + "exercise_name": "log-and-order", + "started_at": 1786879761.707456, + "completed_at": 1786879763.840008, + "comments": [], + "status": "Completed" + }, + { + "exercise_name": "remote-control", + "started_at": 1786951789.01825, + "completed_at": 1786951874.668988, + "comments": [ + "The remote repository url you provided either does not exist or is private. Try again!" + ], + "status": "Incomplete" + }, + { + "exercise_name": "remote-control", + "started_at": 1786952155.045847, + "completed_at": 1786952162.025585, + "comments": [ + "Great work setting up a public remote repository!" + ], + "status": "Completed" + }, + { + "exercise_name": "link-me", + "started_at": 1786952408.353583, + "completed_at": 1786952410.728703, + "comments": [ + "Great work with using git remote to add an upstream remote!" + ], + "status": "Completed" + }, + { + "exercise_name": "push-over", + "started_at": 1786952700.032652, + "completed_at": 1786952703.180737, + "comments": [ + "Great work pushing changes to the remote!" + ], + "status": "Completed" + }, + { + "exercise_name": "ignoring-somethings", + "started_at": 1786953208.609047, + "completed_at": 1786953217.764119, + "comments": [ + "You have not committed the relevant changes yet!" + ], + "status": "Incomplete" + }, + { + "exercise_name": "ignoring-somethings", + "started_at": 1786953309.921577, + "completed_at": 1786953316.1318, + "comments": [ + "Great work using .gitignore!" + ], + "status": "Completed" + }, + { + "exercise_name": "fork-repo", + "started_at": 1786953540.434783, + "completed_at": 1786953545.096298, + "comments": [ + "Great work creating a fork with Github!" + ], + "status": "Completed" + }, + { + "exercise_name": "clone-repo", + "started_at": 1786953980.411155, + "completed_at": 1786953988.28747, + "comments": [ + "The remote 'upstream' is missing!" + ], + "status": "Incomplete" + }, + { + "exercise_name": "clone-repo", + "started_at": 1786954040.398965, + "completed_at": 1786954044.705444, + "comments": [ + "Great work creating a clone of a fork from Github!" + ], + "status": "Completed" + }, + { + "exercise_name": "fetch-and-pull", + "started_at": 1786954245.90511, + "completed_at": 1786954248.650093, + "comments": [ + "Great work fetching and pulling different upstreams!" + ], + "status": "Completed" + }, + { + "exercise_name": "view-commits", + "started_at": 1786955913.359092, + "completed_at": 1786955915.256657, + "comments": [ + "Great work in viewing and understanding the diff of a specific commit!" + ], + "status": "Completed" + }, + { + "exercise_name": "tags-add", + "started_at": 1786956264.435351, + "completed_at": 1786956266.909947, + "comments": [ + "Great work using git tag to annotate various commits in the repository!" + ], + "status": "Completed" + }, + { + "exercise_name": "tags-update", + "started_at": 1786956501.30699, + "completed_at": 1786956503.354827, + "comments": [ + "Great work! You have successfully updated the tags to point to the correct commits." + ], + "status": "Completed" + }, + { + "exercise_name": "tags-push", + "started_at": 1786956782.389476, + "completed_at": 1786956785.77583, + "comments": [ + "Wonderful! You have successfully synced the local tags with the remote tags!" + ], + "status": "Completed" + }, + { + "exercise_name": "sensors-diff", + "started_at": 1786957755.383641, + "completed_at": 1786957757.452332, + "comments": [ + "Great work comparing commits in git history!" + ], + "status": "Completed" + }, + { + "exercise_name": "sensors-checkout", + "started_at": 1786958085.00612, + "completed_at": 1786958086.89609, + "comments": [ + "Great work traversing the revision history!" + ], + "status": "Completed" + } +] \ No newline at end of file