From 0be68d9d1b91194a2970ab9f336a09a8f30d3c98 Mon Sep 17 00:00:00 2001 From: Krtin888 Date: Sat, 22 Aug 2026 15:21:00 +0530 Subject: [PATCH] Sync progress with local machine --- progress.json | 119 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 119 insertions(+) create mode 100644 progress.json diff --git a/progress.json b/progress.json new file mode 100644 index 0000000000..aaf1e19cb7 --- /dev/null +++ b/progress.json @@ -0,0 +1,119 @@ +[ + { + "exercise_name": "grocery-shopping", + "started_at": 1786899179.751517, + "completed_at": 1786899181.09251, + "comments": [ + "Great work! You have successfully used `git add` and `git commit` to modify the shopping list! Keep it up!" + ], + "status": "Completed" + }, + { + "exercise_name": "ignoring-somethings", + "started_at": 1787303298.93314, + "completed_at": 1787303302.657159, + "comments": [ + "You should be using ** to match all subfolders to ignore runaway.txt." + ], + "status": "Incomplete" + }, + { + "exercise_name": "ignoring-somethings", + "started_at": 1787303498.069168, + "completed_at": 1787303501.79622, + "comments": [ + "You should be using ** to match all subfolders to ignore runaway.txt." + ], + "status": "Incomplete" + }, + { + "exercise_name": "ignoring-somethings", + "started_at": 1787303671.267734, + "completed_at": 1787303673.519645, + "comments": [ + "Great work using .gitignore!" + ], + "status": "Completed" + }, + { + "exercise_name": "link-me", + "started_at": 1787298430.482462, + "completed_at": 1787298431.83045, + "comments": [ + "Great work with using git remote to add an upstream remote!" + ], + "status": "Completed" + }, + { + "exercise_name": "log-and-order", + "started_at": 1786900590.560576, + "completed_at": 1786900593.873206, + "comments": [ + "Answer for What is the SHA of the commit HEAD points to? You can use the full length SHA or the short SHA (i.e. first 7 characters of the SHA) is empty.", + "Answer for What is the commit message of the commit 1fe8064472186bb760b1d188d2d5e43aa0b5eca5? is empty.", + "Answer for What is the SHA of the commit with the commit message \"Rewrite the comments\"? You can use the full length SHA or the short SHA (i.e. first 7 characters of the SHA) is empty." + ], + "status": "Incomplete" + }, + { + "exercise_name": "log-and-order", + "started_at": 1786900717.781889, + "completed_at": 1786900719.194401, + "comments": [], + "status": "Completed" + }, + { + "exercise_name": "push-over", + "started_at": 1787301262.19371, + "completed_at": 1787301264.143077, + "comments": [ + "Great work pushing changes to the remote!" + ], + "status": "Completed" + }, + { + "exercise_name": "remote-control", + "started_at": 1787297597.033335, + "completed_at": 1787297662.95724, + "comments": [ + "Great work setting up a public remote repository!" + ], + "status": "Completed" + }, + { + "exercise_name": "stage-fright", + "started_at": 1786897475.612483, + "completed_at": 1786897477.4131, + "comments": [ + "Great work! You have successfully checked in all the actors!" + ], + "status": "Completed" + }, + { + "exercise_name": "staging-intervention", + "started_at": 1786899830.235622, + "completed_at": 1786899831.76027, + "comments": [ + "Great work! You have successfully fixed the attendance system!" + ], + "status": "Completed" + }, + { + "exercise_name": "under-control", + "started_at": 1786877807.329912, + "completed_at": 1786877808.643023, + "comments": [ + "You successfully used git init to initialize this folder as a Git repository!" + ], + "status": "Completed" + }, + { + "exercise_name": "undo-init", + "started_at": 1786877948.769663, + "completed_at": 1786877950.274703, + "comments": [ + "You have successfully undone the init operation!" + ], + "status": "Completed" + } +] \ No newline at end of file