diff --git a/progress.json b/progress.json new file mode 100644 index 0000000000..864621fc12 --- /dev/null +++ b/progress.json @@ -0,0 +1,99 @@ +[ + { + "exercise_name": "under-control", + "started_at": 1786892892.11326, + "completed_at": 1786892893.383136, + "comments": [ + "You successfully used git init to initialize this folder as a Git repository!" + ], + "status": "Completed" + }, + { + "exercise_name": "undo-init", + "started_at": 1786892976.396628, + "completed_at": 1786892977.778803, + "comments": [ + "You have successfully undone the init operation!" + ], + "status": "Completed" + }, + { + "exercise_name": "stage-fright", + "started_at": 1786894469.601174, + "completed_at": 1786894471.00936, + "comments": [ + "Great work! You have successfully checked in all the actors!" + ], + "status": "Completed" + }, + { + "exercise_name": "grocery-shopping", + "started_at": 1786894962.766028, + "completed_at": 1786894964.160549, + "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": 1786895645.146212, + "completed_at": 1786895646.496048, + "comments": [], + "status": "Completed" + }, + { + "exercise_name": "staging-intervention", + "started_at": 1786895957.319017, + "completed_at": 1786895958.676801, + "comments": [ + "Great work! You have successfully fixed the attendance system!" + ], + "status": "Completed" + }, + { + "exercise_name": "remote-control", + "started_at": 1786936220.159617, + "completed_at": 1786936285.243625, + "comments": [ + "Great work setting up a public remote repository!" + ], + "status": "Completed" + }, + { + "exercise_name": "link-me", + "started_at": 1786938192.910617, + "completed_at": 1786938194.552148, + "comments": [ + "Great work with using git remote to add an upstream remote!" + ], + "status": "Completed" + }, + { + "exercise_name": "push-over", + "started_at": 1786938920.67418, + "completed_at": 1786938922.716203, + "comments": [ + "Great work pushing changes to the remote!" + ], + "status": "Completed" + }, + { + "exercise_name": "ignoring-somethings", + "started_at": 1786939796.775716, + "completed_at": 1786939798.662201, + "comments": [ + "Great work using .gitignore!" + ], + "status": "Completed" + }, + { + "exercise_name": "fork-repo", + "started_at": 1786946801.830088, + "completed_at": 1786946805.928573, + "comments": [ + "Great work creating a fork with Github!" + ], + "status": "Completed" + } +] \ No newline at end of file