From f4858f64272bb3a01406e302ec2ffbf4c49b06b2 Mon Sep 17 00:00:00 2001 From: iians0n Date: Sat, 22 Aug 2026 15:19:01 +0800 Subject: [PATCH] Sync progress with local machine --- progress.json | 154 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 154 insertions(+) create mode 100644 progress.json diff --git a/progress.json b/progress.json new file mode 100644 index 0000000000..6ebbea1e73 --- /dev/null +++ b/progress.json @@ -0,0 +1,154 @@ +[ + { + "exercise_name": "clone-repo", + "started_at": 1787225909.09897, + "completed_at": 1787225913.820697, + "comments": [ + "The upstream remote does not point to the original repository!" + ], + "status": "Incomplete" + }, + { + "exercise_name": "clone-repo", + "started_at": 1787226158.031954, + "completed_at": 1787226161.069794, + "comments": [ + "Great work creating a clone of a fork from Github!" + ], + "status": "Completed" + }, + { + "exercise_name": "fetch-and-pull", + "started_at": 1787226472.667103, + "completed_at": 1787226474.192659, + "comments": [ + "Great work fetching and pulling different upstreams!" + ], + "status": "Completed" + }, + { + "exercise_name": "fork-repo", + "started_at": 1787210871.884004, + "completed_at": 1787210874.913897, + "comments": [ + "Great work creating a fork with Github!" + ], + "status": "Completed" + }, + { + "exercise_name": "grocery-shopping", + "started_at": 1786959711.167099, + "completed_at": 1786959712.573471, + "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": 1787210248.987572, + "completed_at": 1787210252.699077, + "comments": [ + "You should not be ignoring this/is/very/nested/find_me.txt!", + "You should be using ** to match all subfolders to ignore runaway.txt." + ], + "status": "Incomplete" + }, + { + "exercise_name": "ignoring-somethings", + "started_at": 1787210341.591203, + "completed_at": 1787210345.603979, + "comments": [ + "You have not committed the relevant changes yet!" + ], + "status": "Incomplete" + }, + { + "exercise_name": "ignoring-somethings", + "started_at": 1787210373.322303, + "completed_at": 1787210375.282247, + "comments": [ + "Great work using .gitignore!" + ], + "status": "Completed" + }, + { + "exercise_name": "link-me", + "started_at": 1787209037.143497, + "completed_at": 1787209038.498355, + "comments": [ + "Great work with using git remote to add an upstream remote!" + ], + "status": "Completed" + }, + { + "exercise_name": "log-and-order", + "started_at": 1786960401.929824, + "completed_at": 1786960405.236605, + "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) did not match any of the accepted answers." + ], + "status": "Incomplete" + }, + { + "exercise_name": "log-and-order", + "started_at": 1786960494.374192, + "completed_at": 1786960495.723974, + "comments": [], + "status": "Completed" + }, + { + "exercise_name": "push-over", + "started_at": 1787209385.302137, + "completed_at": 1787209387.439078, + "comments": [ + "Great work pushing changes to the remote!" + ], + "status": "Completed" + }, + { + "exercise_name": "remote-control", + "started_at": 1787208658.986238, + "completed_at": 1787208736.053177, + "comments": [ + "That is not the right Github url!" + ], + "status": "Incomplete" + }, + { + "exercise_name": "remote-control", + "started_at": 1787208792.254401, + "completed_at": 1787208802.597022, + "comments": [ + "Great work setting up a public remote repository!" + ], + "status": "Completed" + }, + { + "exercise_name": "stage-fright", + "started_at": 1786959405.088918, + "completed_at": 1786959406.635856, + "comments": [ + "Great work! You have successfully checked in all the actors!" + ], + "status": "Completed" + }, + { + "exercise_name": "under-control", + "started_at": 1786958970.406264, + "completed_at": 1786958971.811419, + "comments": [ + "You successfully used git init to initialize this folder as a Git repository!" + ], + "status": "Completed" + }, + { + "exercise_name": "undo-init", + "started_at": 1786959133.656772, + "completed_at": 1786959136.067724, + "comments": [ + "You have successfully undone the init operation!" + ], + "status": "Completed" + } +] \ No newline at end of file